| 名前 | 解説 | |
|---|---|---|
![]() | OrderedDictionary<TKey,TValue> コンストラクタ | オーバーロードされます。 |
OrderedDictionary<TKey,TValue>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | OrderedDictionary<TKey,TValue> コンストラクタ | オーバーロードされます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of key/values pairs contained in the OrderedDictionary<TKey,TValue> collection. |
![]() | IsReadOnly | Gets a value indicating whether the OrderedDictionary<TKey,TValue> collection is read-only. |
![]() | Item | オーバーロードされます。 Gets or sets the value at the specified index. |
![]() | Keys | Gets an System.Collections.Generic.ICollection`1 object containing the keys in the OrderedDictionary<TKey,TValue>. |
![]() | Values | Gets an System.Collections.Generic.ICollection`1 object containing the values in the OrderedDictionary<TKey,TValue>. |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds an entry with the specified key and value into the OrderedDictionary<TKey,TValue> collection with the lowest available index. |
![]() | Clear | Removes all elements from the OrderedDictionary<TKey,TValue> collection. |
![]() | ContainsKey | Determines whether the OrderedDictionary<TKey,TValue> collection contains a specific key. |
![]() | IndexOfKey | Returns the zero-based index of the specified key in the OrderedDictionary<TKey,TValue>. |
![]() | Insert | Inserts a new entry into the OrderedDictionary<TKey,TValue> collection with the specified key and value at the specified index. |
![]() | Remove | Removes the entry with the specified key from the OrderedDictionary<TKey,TValue> collection. |
![]() | RemoveAt | Removes the entry at the specified index from the OrderedDictionary<TKey,TValue> collection. |
![]() | TryGetValue | Gets the value associated with the specified key. |