ImmutableDictionary<TKey,TValue>.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se questa istanza del dizionario non modificabile è vuota o meno.

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

Valore della proprietà

true se l'istanza è vuota; in caso contrario, false.

Si applica a