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

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

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

Definition at line 66 of file ImmutableDictionary.cs.

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