Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToImmutableSortedDictionary< TKey, TValue >()
[4/4]
static
ImmutableSortedDictionary
< TKey, TValue >
System.Collections.Immutable.ImmutableSortedDictionary
< TKey, TValue >.
ToImmutableSortedDictionary
< TKey, TValue >
(
this
ImmutableSortedDictionary
< TKey, TValue >::Builder
builder
)
inline
static
Type Constraints
TKey
:
notnull
Definition at line
67
of file
ImmutableSortedDictionary.cs
.
67
:
notnull
68
{
69
Requires.NotNull(
builder
,
"builder"
);
70
return
builder
.ToImmutable();
71
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableSortedDictionary
Generated by
1.10.0