Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< TKey, TValue >()
[3/3]
static
ImmutableSortedDictionary
< TKey, TValue >
System.Collections.Immutable.ImmutableSortedDictionary
< TKey, TValue >.Create< TKey, TValue >
(
IComparer
< TKey >?
keyComparer
,
IEqualityComparer
< TValue >?
valueComparer
)
inline
static
Type Constraints
TKey
:
notnull
Definition at line
22
of file
ImmutableSortedDictionary.cs
.
22
:
notnull
23
{
24
return
ImmutableSortedDictionary<TKey, TValue>
.Empty.WithComparers(keyComparer,
valueComparer
);
25
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableSortedDictionary
Generated by
1.10.0