ImmutableArray<T>.IsEmpty Propriété

Définition

Obtient une valeur indiquant si ce ImmutableArray<T> est vide.

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

Valeur de propriété

true si le ImmutableArray<T> est vide ; sinon, false.

S’applique à