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