Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.CollectionExtensions Member List

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.CollectionExtensionsinlinestatic
GetValueOrDefault< TKey, TValue >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, TValue defaultValue)System.Collections.Generic.CollectionExtensionsinlinestatic
Remove< TKey, TValue >(this IDictionary< TKey, TValue > dictionary, TKey key, [MaybeNullWhen(false)] out TValue value)System.Collections.Generic.CollectionExtensionsinlinestatic
TryAdd< TKey, TValue >(this IDictionary< TKey, TValue > dictionary, TKey key, TValue value)System.Collections.Generic.CollectionExtensionsinlinestatic