Public Member Functions | |
| TwoWayDictionary () | |
| void | Add (K key, V value) |
| bool | ContainsKey (K key) |
| bool | Remove (K key) |
| bool | TryGetValue (K key, out V value) |
| bool | TryGetKey (V value, out K key) |
| void | Add (KeyValuePair< K, V > item) |
| void | Clear () |
| bool | Contains (KeyValuePair< K, V > item) |
| void | CopyTo (KeyValuePair< K, V >[] array, int arrayIndex) |
| bool | Remove (KeyValuePair< K, V > item) |
| IEnumerator< KeyValuePair< K, V > > | GetEnumerator () |
Properties | |
| ICollection< K > | Keys [get] |
| ICollection< V > | Values [get] |
| V | this [K key] [get, set] |
| K | this [V val] [get, set] |
| int | Count [get] |
| bool | IsReadOnly [get] |
<typeparam name="K">the type of the key</typeparam> <typeparam name="V">the type of the value</typeparam>
| JsonExSerializer.TwoWayDictionary< K, V >.TwoWayDictionary | ( | ) |
| void JsonExSerializer.TwoWayDictionary< K, V >.Add | ( | K | key, | |
| V | value | |||
| ) |
| bool JsonExSerializer.TwoWayDictionary< K, V >.ContainsKey | ( | K | key | ) |
| bool JsonExSerializer.TwoWayDictionary< K, V >.Remove | ( | K | key | ) |
| bool JsonExSerializer.TwoWayDictionary< K, V >.TryGetValue | ( | K | key, | |
| out V | value | |||
| ) |
| bool JsonExSerializer.TwoWayDictionary< K, V >.TryGetKey | ( | V | value, | |
| out K | key | |||
| ) |
| void JsonExSerializer.TwoWayDictionary< K, V >.Add | ( | KeyValuePair< K, V > | item | ) |
| void JsonExSerializer.TwoWayDictionary< K, V >.Clear | ( | ) |
| bool JsonExSerializer.TwoWayDictionary< K, V >.Contains | ( | KeyValuePair< K, V > | item | ) |
| void JsonExSerializer.TwoWayDictionary< K, V >.CopyTo | ( | KeyValuePair< K, V >[] | array, | |
| int | arrayIndex | |||
| ) |
| bool JsonExSerializer.TwoWayDictionary< K, V >.Remove | ( | KeyValuePair< K, V > | item | ) |
| IEnumerator<KeyValuePair<K, V> > JsonExSerializer.TwoWayDictionary< K, V >.GetEnumerator | ( | ) |
ICollection<K> JsonExSerializer.TwoWayDictionary< K, V >.Keys [get] |
ICollection<V> JsonExSerializer.TwoWayDictionary< K, V >.Values [get] |
| V JsonExSerializer.TwoWayDictionary< K, V >.this[K key] | ( | ) | [get, set] |
| K JsonExSerializer.TwoWayDictionary< K, V >.this[V val] | ( | ) | [get, set] |
int JsonExSerializer.TwoWayDictionary< K, V >.Count [get] |
bool JsonExSerializer.TwoWayDictionary< K, V >.IsReadOnly [get] |
1.5.2