Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ByteBufferEnumerator<T>.ByteBufferUInt16Enumerator

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

    Constructors

    ByteBufferUInt16Enumerator(IByteBuffer)

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

    Methods

    CurrentItem()

    Declaration
    protected override ushort CurrentItem()
    Returns
    Type Description
    System.UInt16
    Overrides
    FellowOakDicom.IO.Buffer.ByteBufferEnumerator<System.UInt16>.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