ImmutableArray<T>.IsDefault Propriedade

Definição

Obtém um valor que indica se essa matriz foi declarada mas não inicializada.

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

Valor da propriedade

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

Aplica-se a