StateManagedCollection.IList.IsFixedSize Propriedade

Definição

Recebe um valor que indica se a StateManagedCollection coleção tem um tamanho fixo. Este 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 de Propriedade

false Em todos os casos.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a StateManagedCollection instância é transmitida para uma IList interface.

Aplica-se a

Ver também