BaseCollection.List プロパティ

定義

BaseCollection インスタンスに格納されている要素のリストを取得します。

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

プロパティ値

コレクションの要素を格納する ArrayList。 このプロパティは、派生クラスでオーバーライドされない限り、null を返します。

適用対象