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