ImmutableArray<T>.IsEmpty Özellik

Tanım

Bunun ImmutableArray<T> boş olup olmadığını belirten bir değer alır.

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

Özellik Değeri

trueImmutableArray<T> boşsa; değilse, false.

Şunlara uygulanır