DictionaryBase.InnerHashtable プロパティ
DictionaryBase インスタンスに格納されている要素のリストを取得します。
Protected ReadOnly Property InnerHashtable As Hashtable
[C#]
protected Hashtable InnerHashtable {get;}
[C++]
protected: __property Hashtable* get_InnerHashtable();
[JScript]
protected function get InnerHashtable() : Hashtable;
プロパティ値
DictionaryBase インスタンス自体を表す System.Collections.Hashtable 。
解説
On* メソッドは、 Dictionary プロパティによって返されたインスタンスに対してだけ呼び出され、 InnerHashtable プロパティによって返されたインスタンスに対しては呼び出されません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DictionaryBase クラス | DictionaryBase メンバ | System.Collections 名前空間