Hashtable.Count プロパティ

定義

Hashtable に格納されているキー/値ペアの数を取得します。

public:
 virtual property int Count { int get(); };
public virtual int Count { get; }
member this.Count : int
Public Overridable ReadOnly Property Count As Integer

プロパティ値

Hashtable に格納されているキー/値ペアの数。

実装

注釈

このプロパティの値を取得するのは操作です O(1)

適用対象