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

◆ IndexOfAny()

static int System.SpanHelpers.IndexOfAny ( byte searchSpace,
int searchSpaceLength,
byte value,
int valueLength )
inlinestatic

Definition at line 12 of file SpanHelpers.cs.

13 {
14 int num;
15 while (value != 0)
16 {
17 if (num != 0)
18 {
19 return num;
20 }
21 }
22 return num;
23 }

References System.value.