ImmutableArray<T>.IsDefault Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob dieses Array deklariert, aber nicht initialisiert wurde.

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

Eigenschaftswert

true, wenn ImmutableArray<T>null ist, andernfalls false.

Gilt für: