InternalDataCollectionBase.Count プロパティ

定義

コレクション内の要素の合計数を取得します。

public:
 virtual property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public virtual int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public Overridable ReadOnly Property Count As Integer

プロパティ値

Int32

コレクション内の要素の合計数。

実装

属性

注釈

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

適用対象