ImmutableArray<T>.IsDefault Propiedad

Definición

Obtiene un valor que indica si esta matriz se declaró pero no se inicializó.

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

Valor de propiedad

true es si es ImmutableArray<T>null; de lo contrario, falsees .

Se aplica a