Teilen über


OrderedDictionary<TKey,TValue>.IDictionary.IsFixedSize Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das IDictionary -Objekt eine feste Größe hat.

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

Eigenschaftswert

true, wenn das IDictionary-Objekt eine feste Größe aufweist; andernfalls false.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die <xref:System.Collections.Generic.OrderedDictionary'2> Instanz in eine <xref:System.Collections.IDictionary> Schnittstelle umgewandelt wird.

Gilt für: