ReadOnlyDictionary<TKey,TValue>.IDictionary.IsFixedSize Egenskap

Definition

Hämtar ett värde som anger om ordlistan har en fast storlek.

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

Egenskapsvärde

trueom ordlistan har en fast storlek; annars . false

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ReadOnlyDictionary<TKey,TValue> skickas till ett IDictionary gränssnitt.

Gäller för