ImmutableArray<T>.IsDefaultOrEmpty Proprietà

Definizione

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

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

Valore della proprietà

true se è ImmutableArray<T>null o Empty; in caso contrario, false.

Si applica a