Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.CollectionExtensions Class Reference

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)
 

Detailed Description

Definition at line 5 of file CollectionExtensions.cs.


The documentation for this class was generated from the following file: