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

◆ GetPseudoCustomAttributesData()

CustomAttributeData[] System.Reflection.RuntimeParameterInfo.GetPseudoCustomAttributesData ( )
inlinepackage

Definition at line 185 of file RuntimeParameterInfo.cs.

186 {
187 bool isIn = base.IsIn;
188 bool isOut = base.IsOut;
189 long num = 0L;
190 bool isOptional = base.IsOptional;
191 if (this.marshalAs != null)
192 {
193 }
194 if (num != 0L)
195 {
196 bool isIn2 = base.IsIn;
197 bool isOut2 = base.IsOut;
198 bool isOptional2 = base.IsOptional;
199 if (this.marshalAs != null)
200 {
201 UnmanagedType utype = this.marshalAs.utype;
202 Type type;
203 if (type == null || type != null)
204 {
205 }
206 }
207 }
208 throw new ArrayTypeMismatchException();
209 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.Reflection.RuntimeParameterInfo.marshalAs, and System.Runtime.InteropServices.MarshalAsAttribute.utype.