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