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

◆ Copy()

MarshalAsAttribute System.Runtime.InteropServices.MarshalAsAttribute.Copy ( )
inlinepackage

Definition at line 28 of file MarshalAsAttribute.cs.

29 {
30 object obj;
31 if (obj != null)
32 {
33 }
34 throw new InvalidCastException();
35 }

References System.obj.

Referenced by System.Reflection.RuntimeParameterInfo.GetPseudoCustomAttributes().