Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateBuilder< TKey, TValue >()
[3/3]
static
ImmutableSortedDictionary
< TKey, TValue >.
Builder
System.Collections.Immutable.ImmutableSortedDictionary
< TKey, TValue >.CreateBuilder< TKey, TValue >
(
IComparer
< TKey >?
keyComparer
,
IEqualityComparer
< TValue >?
valueComparer
)
inline
static
Type Constraints
TKey
:
notnull
Definition at line
52
of file
ImmutableSortedDictionary.cs
.
52
:
notnull
53
{
54
return
Create
(keyComparer,
valueComparer
).ToBuilder();
55
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.IO.Compression.ZipArchiveMode.Create
@ Create
System
Collections
Immutable
ImmutableSortedDictionary
Generated by
1.10.0