Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Collections.Generic.CollectionExtensions, including all inherited members.
GetValueOrDefault< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key) | System.Collections.Generic.CollectionExtensions | inlinestatic |
GetValueOrDefault< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, TValue defaultValue) | System.Collections.Generic.CollectionExtensions | inlinestatic |
Remove< TKey, TValue >(this IDictionary< TKey, TValue > dictionary, TKey key, [MaybeNullWhen(false)] out TValue value) | System.Collections.Generic.CollectionExtensions | inlinestatic |
TryAdd< TKey, TValue >(this IDictionary< TKey, TValue > dictionary, TKey key, TValue value) | System.Collections.Generic.CollectionExtensions | inlinestatic |