BAMReferenceIndexesLastOffSetSeen Property |
The location of the last offset in this file for a read from this index.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic FileOffset LastOffSetSeen { get; }
Public ReadOnly Property LastOffSetSeen As FileOffset
Get
public:
property FileOffset LastOffSetSeen {
FileOffset get ();
}
member LastOffSetSeen : FileOffset with get
Property Value
Type:
FileOffset
See Also