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) 操作です。

適用対象