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

◆ Create< TKey, TValue >() [2/3]

static ImmutableSortedDictionary< TKey, TValue > System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >.Create< TKey, TValue > ( IComparer< TKey >? keyComparer)
inlinestatic
Type Constraints
TKey :notnull 

Definition at line 17 of file ImmutableSortedDictionary.cs.

17 : notnull
18 {
19 return ImmutableSortedDictionary<TKey, TValue>.Empty.WithComparers(keyComparer);
20 }