XmlQuerySequence<T>.IList.IsFixedSize Propiedad

Definición

Devuelve true para indicar que los elementos no se pueden agregar, quitar ni modificar.

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

Siempre devuelve true.

Implementaciones

Comentarios

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

Se aplica a