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

◆ GetStandardValues() [2/2]

override TypeConverter.StandardValuesCollection System.ComponentModel.EnumConverter.GetStandardValues ( ITypeDescriptorContext context)
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 187 of file EnumConverter.cs.

188 {
189 if (this.values == null)
190 {
191 Type reflectionType = TypeDescriptor.GetReflectionType(this.type);
192 Type type = this.type;
193 if (type != null)
194 {
195 long num = 0L;
196 Type type2;
197 if (type2 != null)
198 {
199 }
200 if ((!false || num != 0L) && type2 != null)
201 {
202 Type type3 = this.type;
203 if (num == 0L)
204 {
205 }
206 object obj;
207 if (obj != null)
208 {
209 }
210 }
211 }
212 if (this != null)
213 {
214 }
215 }
216 throw new InvalidCastException();
217 }
class f__AnonymousType0<< Count > j__TPar
TypeConverter.StandardValuesCollection values

References System.ComponentModel.TypeDescriptor.GetReflectionType(), j__TPar, System.L, System.obj, System.ComponentModel.EnumConverter.type, and System.ComponentModel.EnumConverter.values.