ReadOnlyMemory<T>.Length 속성

정의

메모리 영역에 있는 항목 수를 가져옵니다.

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

속성 값

Int32

메모리 영역에 있는 항목 수입니다.

적용 대상