Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateBuilder< TKey, TValue >() [2/3]

static ImmutableSortedDictionary< TKey, TValue >.Builder System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.CreateBuilder< TKey, TValue > ( IComparer< TKey >? keyComparer)
inlinestatic
Type Constraints
TKey :notnull 

Definition at line 47 of file ImmutableSortedDictionary.cs.

47 : notnull
48 {
49 return Create<TKey, TValue>(keyComparer).ToBuilder();
50 }
static ImmutableSortedDictionary< TKey, TValue > Create< TKey, TValue >()

References System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.Create< TKey, TValue >().