ImmutableArray<T>.IsEmpty Propiedad
Definición
Obtiene un valor que indica si esta ImmutableArray<T> está vacía.Gets a value indicating whether this ImmutableArray<T> is empty.
public:
property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean
Valor de propiedad
Es true
si ImmutableArray<T> está vacío, en caso contrario, es false
.true
if the ImmutableArray<T> is empty; otherwise, false
.