Tanoda
|
Additional Inherited Members | |
![]() | |
void | Add (TKey key, TValue value) |
void | Clear () |
bool | ContainsKey (TKey key) |
bool | ContainsValue (TValue value) |
bool | Remove (TKey key) |
bool | TryGetValue (TKey key, out TValue value) |
Dictionary< TKey, TValue >.Enumerator | GetEnumerator () |
virtual float | KeyDisplayRatio () |
Returns how much of the display space should be allocated to the key. Should be a value in the range 0-1. More... | |
override string | ToString () |
void | OnAfterDeserialize () |
void | OnBeforeSerialize () |
![]() | |
static implicit | operator Dictionary< TKey, TValue > (SerializableDictionary< TKey, TValue > serializableDictionary) |
![]() | |
TValue | this[TKey key] [get, set] |
Dictionary< TKey, TValue >.KeyCollection | Keys [get] |
Dictionary< TKey, TValue >.ValueCollection | Values [get] |
int | Count [get] |
Definition at line 26 of file AtlasBuilder.cs.