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

◆ ToType()

object IConvertible. System.Enum.ToType ( Type type,
IFormatProvider provider )
inlineprivate

Implements System.IConvertible.

Definition at line 668 of file Enum.cs.

669 {
670 if (!true)
671 {
672 }
673 return Convert.DefaultToType(this, type, provider);
674 }
static object DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
Definition Convert.cs:119

References System.Convert.DefaultToType().