ImmutableArray<T>.IsDefault Proprietà

Definizione

Ottiene un valore che indica se questa matrice è stata dichiarata ma non inizializzata.

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

Valore della proprietà

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

Si applica a