Share via


Memory<T>.IsEmpty Özellik

Tanım

Geçerli örneğin boş olup olmadığını gösterir.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Özellik Değeri

true geçerli örnek boşsa; aksi takdirde , false.

Açıklamalar

Memory<T> Uzunluğu 0 ise nesne boş olur.

Şunlara uygulanır