ImmutableArray<T>.IsDefault Propriedade

Definição

Recebe um valor que indica se este array foi declarado mas não inicializado.

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

Valor de Propriedade

true se o ImmutableArray<T> for null; caso contrário, false.

Aplica-se a