ImmutableArray<T>.IsDefault Propiedad

Definición

Obtiene un valor que indica si esta matriz se ha declarado pero no se ha inicializado.

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

Valor de propiedad

Es true si el ImmutableArray<T> es null; si no, es false.

Se aplica a