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

◆ IsValid() [1/2]

override bool System.ComponentModel.EnumConverter.IsValid ( ITypeDescriptorContext context,
object value )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 254 of file EnumConverter.cs.

255 {
256 Type type = this.type;
257 if (!true)
258 {
259 }
260 return Enum.IsDefined(type, value);
261 }
static bool IsDefined(Type enumType, object value)
Definition Enum.cs:351

References System.Enum.IsDefined(), System.ComponentModel.EnumConverter.type, and System.value.