XmlQuerySequence<T>.IList.IsFixedSize Propriedade

Definição

Retorna true para indicar que os itens não podem ser adicionados, removidos nem modificados.Returns true to indicate items cannot be added, removed, or modified.

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 da propriedade

Boolean

Sempre retorna true.Always returns true.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de XmlQuerySequence<T> é convertida em uma interface de IList.It can be used only when the XmlQuerySequence<T> instance is cast to an IList interface.

Aplica-se a