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