InternalDataCollectionBase.List 屬性

定義

取得集合的項目做為清單。

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

屬性值

包含集合的 ArrayList

備註

類別 BaseCollection 及其成員不是用來做為獨立元件,而是做為其他集合類別衍生標準功能的類別。

適用於