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