Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateBuilder< T >()
[2/2]
static
ImmutableArray
<
T
>.
Builder
System.Collections.Immutable.ImmutableArray
<
T
>.CreateBuilder<
T
>
(
int
initialCapacity
)
inline
static
Definition at line
180
of file
ImmutableArray.cs
.
181
{
182
return
new
ImmutableArray<T>
.Builder(
initialCapacity
);
183
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0