ImmutableDictionary<TKey,TValue>.Builder.IDictionary.IsFixedSize Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of het IDictionary object 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

trueals het IDictionary object een vaste grootte heeft; anders. false

Implementeringen

Opmerkingen

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

Van toepassing op