Table of Contents

Property this

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

this[nint]

Returns the specified element of the Ex span (从扩展跨度中返回指定项).

[FakeCLSCompliant(false)]
public ref T this[nint index] { get; }

Parameters

index nint

The zero-based index (从零开始的索引).

Property Value

T

Returns the specified element (返回指定项).

Exceptions

IndexOutOfRangeException

Thrown when index less than 0 or index greater than or equal to Length