Memory<T>.Length 屬性

定義

取得目前執行個體中的項目數目。

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

屬性值

Int32

目前實例中的專案數目。

適用於