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