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

◆ GetIndexParameters()

override ParameterInfo[] System.Reflection.RuntimePropertyInfo.GetIndexParameters ( )
inline

Definition at line 275 of file RuntimePropertyInfo.cs.

276 {
277 PInfo pinfo = this.cached;
278 PInfo pinfo2 = this.cached;
280 MethodInfo get_method = this.info.get_method;
281 MethodInfo get_method2 = this.info.get_method;
282 MethodInfo set_method = this.info.set_method;
283 MethodInfo set_method2 = this.info.set_method;
284 ParameterInfo parameterInfo;
285 if (parameterInfo == null || parameterInfo != null)
286 {
287 return parameterInfo;
288 }
289 throw new ArrayTypeMismatchException();
290 }
class f__AnonymousType0<< Count > j__TPar

References System.Reflection.RuntimePropertyInfo.cached, System.Reflection.MonoPropertyInfo.get_method, System.Reflection.RuntimePropertyInfo.info, j__TPar, and System.Reflection.MonoPropertyInfo.set_method.