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

◆ ToUInt64() [1/2]

ulong IConvertible. System.Enum.ToUInt64 ( IFormatProvider provider)
inlineprivate

Implements System.IConvertible.

Definition at line 580 of file Enum.cs.

581 {
583 return Convert.ToUInt64(this, currentCulture);
584 }
class f__AnonymousType0<< Count > j__TPar
static ulong ToUInt64(object value)
Definition Convert.cs:1908
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, j__TPar, and System.Convert.ToUInt64().