ListSortDescriptionCollection.IList.IsFixedSize Propriedade

Definição

Obtém um valor que indica se a coleção tem um tamanho fixo.

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

true em todos os casos.

Implementações

Comentários

A coleção é somente leitura uma vez construída e, portanto, sempre terá um tamanho fixo.

Aplica-se a