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

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

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

Definition at line 78 of file ImmutableSortedDictionary.cs.

References System.Linq.elementSelector, System.Linq.keySelector, and System.source.