ImmutableArray<T>.IsDefaultOrEmpty Propiedad

Definición

Obtiene un valor que indica si esta ImmutableArray<T> está vacía o no se ha inicializado.

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

Valor de propiedad

trueImmutableArray<T> es si es null o Empty; de lo contrario, falsees .

Se aplica a