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

◆ Include< T >()

static T Extensions.EnumerationExtensions.Include< T > ( this Enum value,
T append )
inlinestatic

Definition at line 10 of file EnumerationExtensions.cs.

11 {
12 object obj;
13 do
14 {
15 ulong num2;
16 long num = Convert.ToInt64(num2);
17 if (obj == null)
18 {
19 return;
20 }
21 }
22 while (obj != null);
23 throw new InvalidCastException();
24 }
class f__AnonymousType0<< Count > j__TPar
static long ToInt64(object value)
Definition Convert.cs:1776

References j__TPar, System.obj, and System.Convert.ToInt64().