ConcurrentDictionary<TKey,TValue>.IDictionary.IsFixedSize Proprietà

Definizione

Ottiene un valore che indica se ha IDictionary<TKey,TValue> una dimensione fissa.

property bool System::Collections::IDictionary::IsFixedSize { bool get(); };
bool System.Collections.IDictionary.IsFixedSize { get; }
member this.System.Collections.IDictionary.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IDictionary.IsFixedSize

Valore della proprietà

true se ha IDictionary<TKey,TValue> una dimensione fissa; in caso contrario, false. Per ConcurrentDictionary<TKey,TValue>, questa proprietà restituisce falsesempre .

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ConcurrentDictionary<TKey,TValue>IDictionary .

Si applica a

Vedi anche