ConcurrentDictionary<TKey,TValue>.IDictionary.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si el objeto IDictionary<TKey,TValue> tiene un tamaño fijo.

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

Valor de propiedad

true si la IDictionary<TKey,TValue> tiene un tamaño fijo; en caso contrario, false. Para ConcurrentDictionary<TKey,TValue>, esta propiedad siempre devuelve false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ConcurrentDictionary<TKey,TValue> se convierte en una interfaz IDictionary.

Se aplica a

Consulte también