SequenceRangeGroupingFlatten Method |
Ungroups each of the ISequenceRanges and places them into a flat list
of every ISequenceRange stored across each of the groups in this grouping.
The resulting list will still be ordered in such a way that each item of
a particular group will be enumerated before starting the enumeration of
items from another group.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<ISequenceRange> Flatten()
Public Function Flatten As List(Of ISequenceRange)
public:
List<ISequenceRange^>^ Flatten()
member Flatten : unit -> List<ISequenceRange>
Return Value
Type:
ListISequenceRangeThe flattened list of sequence ranges.
See Also