ConcurrentDictionary<TKey,TValue>.IDictionary.IsFixedSize Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de grootte van de IDictionary<TKey,TValue> waarde vast is.

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

Waarde van eigenschap

true als het IDictionary<TKey,TValue> een vaste grootte heeft; falseanders . Voor ConcurrentDictionary<TKey,TValue>, deze eigenschap wordt altijd geretourneerd false.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ConcurrentDictionary<TKey,TValue> exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op

Zie ook