ImmutableArray<T>.IsDefaultOrEmpty Proprietà

Definizione

Ottiene un valore che indica se l'oggetto ImmutableArray<T> è vuoto o non è inizializzato.

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

Valore della proprietà

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

Si applica a