ActivityCollection.IList.IsFixedSize Propriedade

Definição

Obtém um valor que indica se o IList 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 de Propriedade

true se o IList tiver um tamanho fixo; caso contrário, false.

Implementações

Observações

Uma coleção com tamanho fixo não permite a adição ou remoção de elementos após a criação da coleção, mas permite a modificação de elementos existentes.

Aplica-se a