DataTableCollection.List Propriedade
Definição
Obtém os itens da coleção como uma lista.Gets the items of the collection as a list.
protected:
virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected override System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overrides ReadOnly Property List As ArrayList
Valor da propriedade
Os itens da coleção como uma lista.The items of the collection as a list.