Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
KSP.UI.Screens.AppUIMemberDropdown.AppUIDropdownItemDictionary Class Reference

A Dictionary of dropdown items so we can correlate the selected index with the actual value More...

Inheritance diagram for KSP.UI.Screens.AppUIMemberDropdown.AppUIDropdownItemDictionary:
DictionaryValueList< TKey, TValue >

Public Member Functions

int GetIndexOfKey (object key)
 
- Public Member Functions inherited from DictionaryValueList< TKey, TValue >
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

- Properties inherited from DictionaryValueList< TKey, TValue >
int Count [get]
 
Dictionary< TKey, TValue >
.KeyCollection 
Keys [get]
 
TValue this[TKey key] [get, set]
 
Dictionary< TKey, TValue >
.ValueCollection 
Values [get]
 

Detailed Description

A Dictionary of dropdown items so we can correlate the selected index with the actual value

Member Function Documentation

int KSP.UI.Screens.AppUIMemberDropdown.AppUIDropdownItemDictionary.GetIndexOfKey ( object  key)
inline

The documentation for this class was generated from the following file: