Click or drag to resize
ISequenceRangeMetadata Property
Optional additional data to store along with the ID and indices of the range. Metadata must be stored with a string key name.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
Dictionary<string, Object> Metadata { get; }

Property Value

Type: DictionaryString, Object
See Also