![]() |
Kerbal Space Program
1.12.4
|
A Dictionary of dropdown items so we can correlate the selected index with the actual value More...
Public Member Functions | |
int | GetIndexOfKey (object key) |
![]() | |
bool | Add (TKey key, TValue val) |
TValue | At (int index) |
Gets the item at the specified index More... | |
void | Clear () |
bool | Contains (TKey key) |
bool | ContainsKey (TKey key) |
DictionaryValueList () | |
DictionaryValueList (DictionaryValueList< TKey, TValue > old) | |
Dictionary< TKey, TValue > .Enumerator | GetDictEnumerator () |
List< TValue >.Enumerator | GetListEnumerator () |
int | IndexOf (TValue val) |
TKey | KeyAt (int index) |
bool | Remove (TKey key) |
void | SortList (System.Comparison< TValue > comparison) |
Sort the list More... | |
bool | TryGetValue (TKey key, out TValue val) |
Additional Inherited Members | |
![]() | |
int | Count [get] |
Dictionary< TKey, TValue > .KeyCollection | Keys [get] |
TValue | this[TKey key] [get, set] |
Dictionary< TKey, TValue > .ValueCollection | Values [get] |
A Dictionary of dropdown items so we can correlate the selected index with the actual value
|
inline |