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

◆ ToImmutableSortedDictionary< TKey, TValue >() [4/4]

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

Definition at line 67 of file ImmutableSortedDictionary.cs.

67 : notnull
68 {
69 Requires.NotNull(builder, "builder");
70 return builder.ToImmutable();
71 }