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