Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static ? TValue | GetValueOrDefault< TKey, TValue > (this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key) |
static TValue | GetValueOrDefault< TKey, TValue > (this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key, TValue defaultValue) |
static bool | TryAdd< TKey, TValue > (this IDictionary< TKey, TValue > dictionary, TKey key, TValue value) |
static bool | Remove< TKey, TValue > (this IDictionary< TKey, TValue > dictionary, TKey key, [MaybeNullWhen(false)] out TValue value) |
Definition at line 5 of file CollectionExtensions.cs.