GaugePanelObjectCollectionBase<T> クラス

定義

すべてのゲージパネルオブジェクトコレクションのベースクラスを表します。

generic <typename T>
 where T : GaugePanelObjectCollectionItempublic ref class GaugePanelObjectCollectionBase abstract : System::Collections::Generic::IEnumerable<T>
public abstract class GaugePanelObjectCollectionBase<T> : System.Collections.Generic.IEnumerable<T> where T : GaugePanelObjectCollectionItem
type GaugePanelObjectCollectionBase<'T (requires 'T :> GaugePanelObjectCollectionItem)> = class
    interface seq<'T (requires 'T :> GaugePanelObjectCollectionItem)>
    interface IEnumerable
Public MustInherit Class GaugePanelObjectCollectionBase(Of T)
Implements IEnumerable(Of T)

型パラメーター

T

コレクション内の項目の型。

継承
GaugePanelObjectCollectionBase<T>
派生
実装

コンストラクター

名前 説明
GaugePanelObjectCollectionBase<T>()

GaugePanelObjectCollectionBase<T> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

Item[Int32]

指定したインデックス位置にある項目を取得します。

メソッド

名前 説明
CreateGaugePanelObject(Int32)

指定されたインデックスでゲージパネルオブジェクトを作成します。

GetEnumerator()

この GaugePanelObjectCollectionBase<T>を反復する列挙子を手に入れます。

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator()

この GaugePanelObjectCollectionBase<T>を反復する列挙子を手に入れます。

適用対象