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

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

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

Definition at line 98 of file ImmutableSortedDictionary.cs.

98 : notnull
99 {
100 return source.ToImmutableSortedDictionary(null, null);
101 }

References System.source.