Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToImmutable< T >()
static
ImmutableArray
<
ImmutableArray
<
T
> > System.Reflection.Metadata.Ecma335.MetadataAggregator.ToImmutable<
T
>
(
T
array
[][]
)
inline
static
private
Definition at line
136
of file
MetadataAggregator.cs
.
137
{
138
ImmutableArray<T>
[]
array2
=
new
ImmutableArray<T>
[
array
.Length];
139
for
(
int
i = 0;
i
<
array
.Length;
i
++)
140
{
141
array2
[
i
] =
array
[
i
].ToImmutableArray();
142
}
143
return
array2
.ToImmutableArray();
144
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
References
System.array
.
System
Reflection
Metadata
Ecma335
MetadataAggregator
Generated by
1.10.0