terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
TrueForAll< T >()
static
bool System.Array.TrueForAll<
T
>
(
T
[]
array
,
Predicate
<
T
>
match
)
inline
static
Definition at line
785
of file
Array.cs
.
786
{
787
while
(
array
==
null
)
788
{
789
}
790
return
"array"
!=
null
;
791
}
System.ExceptionArgument.array
@ array
References
System.array
.
System
Array
Generated by
1.10.0