Class ByteBufferEnumerator<T>.ByteBufferUInt32Enumerator
Inheritance
System.Object
ByteBufferEnumerator<System.UInt32>
ByteBufferEnumerator<T>.ByteBufferUInt32Enumerator
Implements
System.Collections.Generic.IEnumerable<System.UInt32>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<System.UInt32>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.IO.Buffer
Assembly: fo-dicom.core.dll
Syntax
protected class ByteBufferUInt32Enumerator : ByteBufferEnumerator<uint>, IEnumerable<uint>, IEnumerable, IEnumerator<uint>, IEnumerator, IDisposable
Constructors
ByteBufferUInt32Enumerator(IByteBuffer)
Declaration
public ByteBufferUInt32Enumerator(IByteBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
IByteBuffer | buffer |
Methods
CurrentItem()
Declaration
protected override uint CurrentItem()
Returns
Type | Description |
---|---|
System.UInt32 |
Overrides
FellowOakDicom.IO.Buffer.ByteBufferEnumerator<System.UInt32>.CurrentItem()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable