Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method AsSpan

    AsSpan()

    Creates a new read-only span over this equatable array.

    Declaration
    public ReadOnlySpan<T> AsSpan()
    Returns
    Type Description
    ReadOnlySpan<T>

    AsSpan(int, int)

    Creates a new read-only span over the specified portion of this equatable array.

    Declaration
    public ReadOnlySpan<T> AsSpan(int start, int length)
    Parameters
    Type Name Description
    int start
    int length
    Returns
    Type Description
    ReadOnlySpan<T>

    AsSpan(Range)

    Creates a new read-only span over the specified portion of this equatable array.

    Declaration
    public ReadOnlySpan<T> AsSpan(Range range)
    Parameters
    Type Name Description
    Range range
    Returns
    Type Description
    ReadOnlySpan<T>
    © Singulink. All rights reserved.