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