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

◆ ToUInt16()

ushort IConvertible. System.Enum.ToUInt16 ( IFormatProvider provider)
inlineprivate

Implements System.IConvertible.

Definition at line 552 of file Enum.cs.

553 {
555 return Convert.ToUInt16(this, currentCulture);
556 }
class f__AnonymousType0<< Count > j__TPar
static ushort ToUInt16(object value, IFormatProvider provider)
Definition Convert.cs:1195
static CultureInfo CurrentCulture

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