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
)
inline
static
Type Constraints
TKey
:
notnull
Definition at line
17
of file
ImmutableSortedDictionary.cs
.
17
:
notnull
18
{
19
return
ImmutableSortedDictionary<TKey, TValue>
.Empty.WithComparers(keyComparer);
20
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableSortedDictionary
Generated by
1.10.0