ImmutableArray<T>.IsDefault Propriété

Définition

Obtient une valeur qui indique si ce tableau a été déclaré mais non initialisé.

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

Valeur de propriété

true si ImmutableArray<T> a la valeur null ; sinon, false.

S’applique à