Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToImmutableDictionary< TKey, TValue >()
[1/4]
static
ImmutableDictionary
< TKey, TValue >
System.Collections.Immutable.ImmutableDictionary
< TKey, TValue >.
ToImmutableDictionary
< TKey, TValue >
(
this
IEnumerable
<
KeyValuePair
< TKey, TValue > >
source
)
inline
static
Type Constraints
TKey
:
notnull
Definition at line
107
of file
ImmutableDictionary.cs
.
107
:
notnull
108
{
109
return
source
.ToImmutableDictionary(
null
,
null
);
110
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.source
@ source
References
System.source
.
System
Collections
Immutable
ImmutableDictionary
Generated by
1.10.0