ReadOnlySpan<T>.Length 属性

定义

只读范围中的项数。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

属性值

Int32

项数。

适用于