Create a new Annotation by copying the key-value pairs from a dictionary.
Namespace:
BioSharp.Core.BioAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public AbstractAnnotation( Dictionary<Object, Object> annDict ) |
Parameters
- annDict
- Type: System.Collections.Generic..::.Dictionary<(Of <(Object, Object>)>)
the Map to copy from.
Remarks
The resulting Annotation is independant of the map.