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