|
Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
|
This is the complete list of members for UMapBase< TKey, TValue, TKeyFuncs >, including all inherited members.
| Add(TKey key, TValue value) | UMapBase< TKey, TValue, TKeyFuncs > | inline |
| Clear() | UMapBase< TKey, TValue, TKeyFuncs > | |
| Compact() | UMapBase< TKey, TValue, TKeyFuncs > | |
| ContainsKey(TKey key) | UMapBase< TKey, TValue, TKeyFuncs > | |
| Count | UMapBase< TKey, TValue, TKeyFuncs > | |
| Empty(int expectedCapacity=0) | UMapBase< TKey, TValue, TKeyFuncs > | |
| GetEnumerator() | UMapBase< TKey, TValue, TKeyFuncs > | |
| Keys | UMapBase< TKey, TValue, TKeyFuncs > | |
| Pairs | UMapBase< TKey, TValue, TKeyFuncs > | protected |
| Remove(TKey key) | UMapBase< TKey, TValue, TKeyFuncs > | |
| Shrink() | UMapBase< TKey, TValue, TKeyFuncs > | |
| this[TKey key] | UMapBase< TKey, TValue, TKeyFuncs > | |
| TryGetValue(TKey key, out TValue value) | UMapBase< TKey, TValue, TKeyFuncs > | inline |
| UMapBase() | UMapBase< TKey, TValue, TKeyFuncs > | inlineprotected |
| UMapBase(int capacity) | UMapBase< TKey, TValue, TKeyFuncs > | inlineprotected |
| UMapBase(IEnumerable< KeyValuePair< TKey, TValue > > enumerable) | UMapBase< TKey, TValue, TKeyFuncs > | inlineprotected |
| Values | UMapBase< TKey, TValue, TKeyFuncs > |