Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ByteBufferEnumerator<T>.ByteBufferUInt64Enumerator

    Inheritance
    System.Object
    ByteBufferEnumerator<System.UInt64>
    ByteBufferEnumerator<T>.ByteBufferUInt64Enumerator
    Implements
    System.Collections.Generic.IEnumerable<System.UInt64>
    System.Collections.IEnumerable
    System.Collections.Generic.IEnumerator<System.UInt64>
    System.Collections.IEnumerator
    System.IDisposable
    Inherited Members
    ByteBufferEnumerator<UInt64>.Buffer
    ByteBufferEnumerator<UInt64>.Data
    ByteBufferEnumerator<UInt64>.Position
    ByteBufferEnumerator<UInt64>.UnitSize
    ByteBufferEnumerator<UInt64>.Dispose()
    ByteBufferEnumerator<UInt64>.GetEnumerator()
    ByteBufferEnumerator<UInt64>.IEnumerable.GetEnumerator()
    ByteBufferEnumerator<UInt64>.Current
    ByteBufferEnumerator<UInt64>.IEnumerator.Current
    ByteBufferEnumerator<UInt64>.MoveNext()
    ByteBufferEnumerator<UInt64>.Reset()
    ByteBufferEnumerator<UInt64>.Create(IByteBuffer)
    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 ByteBufferUInt64Enumerator : ByteBufferEnumerator<ulong>, IEnumerable<ulong>, IEnumerable, IEnumerator<ulong>, IEnumerator, IDisposable

    Constructors

    ByteBufferUInt64Enumerator(IByteBuffer)

    Declaration
    public ByteBufferUInt64Enumerator(IByteBuffer buffer)
    Parameters
    Type Name Description
    IByteBuffer buffer

    Methods

    CurrentItem()

    Declaration
    protected override ulong CurrentItem()
    Returns
    Type Description
    System.UInt64
    Overrides
    FellowOakDicom.IO.Buffer.ByteBufferEnumerator<System.UInt64>.CurrentItem()

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable

    Extension Methods

    EnumerableExtensions.Each<T>(IEnumerable<T>, Action<T>)
    LinqExtensions.Diff<S, T>(IEnumerable<S>, Func<S, S, T>)
    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors