ConcurrentDictionary<TKey,TValue>.IDictionary.IsFixedSize Egenskap

Definition

Hämtar ett värde som anger om har IDictionary<TKey,TValue> 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 har IDictionary<TKey,TValue> en fast storlek, annars . false För ConcurrentDictionary<TKey,TValue>returnerar falseden här egenskapen alltid .

Implementeringar

Kommentarer

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

Gäller för

Se även