GroupCollection.IList.IsFixedSize Propriedade
Definição
Obtém um valor que indica se a coleção de grupos tem um tamanho fixo.Gets a value indicating whether the group collection has a fixed size.
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 sempre.true always.
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 GroupCollection é convertida em uma interface de IList.It can be used only when the GroupCollection instance is cast to an IList interface.