DataTableCollection.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

屬性值

集合的專案做為清單。

適用於