Collection.IList.IsFixedSize Propriedade

Definição

Obtém um valor que indica se o objeto Collection 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 IListIsFixedSize As Boolean Implements IList.IsFixedSize

Valor da propriedade

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

Aplica-se a