Class ByteBufferEnumerator<T>.ByteBufferInt64Enumerator
Inheritance
ByteBufferEnumerator<T>.ByteBufferInt64Enumerator
Assembly: cs.temp.dll.dll
Syntax
protected class ByteBufferInt64Enumerator : ByteBufferEnumerator<long>, IEnumerable<long>, IEnumerable, IEnumerator<long>, IDisposable, IEnumerator
Constructors
ByteBufferInt64Enumerator(IByteBuffer)
Declaration
public ByteBufferInt64Enumerator(IByteBuffer buffer)
Parameters
Methods
CurrentItem()
Declaration
protected override long CurrentItem()
Returns
Overrides
Dicom.IO.Buffer.ByteBufferEnumerator<System.Int64>.CurrentItem()
Implements