ImmutableArray<T>.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se questa matrice ImmutableArray<T> è vuota.

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

Valore della proprietà

Boolean

true se l'oggetto ImmutableArray<T> è vuoto; in caso contrario, false.

Si applica a