BAMReferenceIndexesBins Property |
Gets list of Bin index information.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic IList<Bin> Bins { get; }
Public ReadOnly Property Bins As IList(Of Bin)
Get
public:
property IList<Bin^>^ Bins {
IList<Bin^>^ get ();
}
member Bins : IList<Bin> with get
Property Value
Type:
IListBin
See Also