言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Hashtable

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

キーバリューペアでデータを格納するハッシュテーブルを使用できます。

詳細については http://msdn.microsoft.com/en-us/library/system.collections.hashtable.aspx を参照して下さい。 C# ユーザ向け: Hashtable の Generic な代替手段は Dictionary と呼ばれます。

Variables

Count ハッシュテーブルの要素数を返します

Functions

Add 指定したキーおよび値でハッシュテーブルに要素を追加します
Clear カウンタをゼロにセットし、コレクションの要素から他のオブジェクトへの参照がリリースされます。
Contains ハッシュテーブルに特定のキーが格納されているかチェックします
ContainsKey ハッシュテーブルに特定のキーが格納されているかチェックします
ContainsValue ハッシュテーブルに特定の値が格納されているかチェックします
Remove ハッシュテーブルから特定のキーを持った要素を削除します