GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Struct PointerSpanEnumerator

    Provides an enumerator to process chunks of unmanaged memory as a Span<T>.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: GtfDdsSharp
    Assembly: GtfDdsSharp.dll
    Syntax
    public struct PointerSpanEnumerator

    Constructors

    Name Description
    PointerSpanEnumerator(byte*, uint)

    Provides an enumerator to process chunks of unmanaged memory as a Span<T>.

    PointerSpanEnumerator(nint, uint)

    Provides an enumerator to process chunks of unmanaged memory as a Span<T>.

    Properties

    Name Description
    Current

    Gets the chunk of memory at the current position of the enumerator.

    Methods

    Name Description
    GetEnumerator()

    Returns an enumerator to process chunks of unmanaged memory.

    MoveNext()

    Advances the enumerator to the next chunk of memory.