BaseCollection.List Propriedade

Definição

Obtém a lista de elementos contidos na BaseCollection instância.

protected:
 virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected virtual System.Collections.ArrayList List { get; }
protected virtual System.Collections.ArrayList? List { get; }
member this.List : System.Collections.ArrayList
Protected Overridable ReadOnly Property List As ArrayList

Valor de Propriedade

An contendo ArrayList os elementos da coleção. Esta propriedade retorna null a menos que seja sobreposta numa classe derivada.

Aplica-se a