Gets list of chunks.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic IList<Chunk> Chunks { get; }
Public ReadOnly Property Chunks As IList(Of Chunk)
Get
public:
property IList<Chunk^>^ Chunks {
IList<Chunk^>^ get ();
}
member Chunks : IList<Chunk> with get
Property Value
Type:
IListChunk
See Also