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

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

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

Definition at line 42 of file ImmutableSortedDictionary.cs.

42 : notnull
43 {
44 return Create<TKey, TValue>().ToBuilder();
45 }
static ImmutableSortedDictionary< TKey, TValue > Create< TKey, TValue >()

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