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

コレクションを格納している ArrayList

注釈

BaseCollectionクラスとそのメンバーは、スタンドアロン コンポーネントとして使用するのではなく、他のコレクション クラスが標準機能を派生させるクラスとして使用することを目的としています。

適用対象