ReadOnlyDictionary<TKey,TValue>.IDictionary.IsFixedSize Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de woordenlijst een vaste grootte heeft.

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 de woordenlijst een vaste grootte heeft; anders, false.

Implementeringen

Opmerkingen

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

Van toepassing op