StateManagedCollection.IList.IsFixedSize Propriedade

Definição

Obtém um valor que indica se a StateManagedCollection coleção tem um tamanho fixo. Esse método retorna false em todos os casos.

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

false em todos os casos.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a StateManagedCollection instância é convertida em uma IList interface.

Aplica-se a

Confira também