SynchronizedReadOnlyCollection<T>.IList.IsFixedSize Propiedad

Definición

Esta propiedad devuelve true porque la colección de solo lectura siempre tiene un tamaño fijo.

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

Valor de propiedad

Esta propiedad devuelve true porque la colección de solo lectura siempre tiene un tamaño fijo.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de SynchronizedReadOnlyCollection<T> se convierte en una interfaz IList.

Se aplica a