SequenceRangeGroupingGroupIDs Property |
An enumeration of all the SequenceRange IDs contained in
this grouping.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<string> GroupIDs { get; }
Public ReadOnly Property GroupIDs As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ GroupIDs {
IEnumerable<String^>^ get ();
}
member GroupIDs : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also