ReadOnlyMemory<T>.Empty 속성

정의

ReadOnlyMemory<T>를 가져옵니다.

public:
 static property ReadOnlyMemory<T> Empty { ReadOnlyMemory<T> get(); };
public static ReadOnlyMemory<T> Empty { get; }
member this.Empty : ReadOnlyMemory<'T>
Public Shared ReadOnly Property Empty As ReadOnlyMemory(Of T)

속성 값

ReadOnlyMemory<T>

빈 읽기 전용 메모리 영역입니다.

적용 대상