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
XmlElementAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000BC RID: 188
6 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = true)]
8 {
9 // Token: 0x060007F6 RID: 2038 RVA: 0x00019B04 File Offset: 0x00017D04
11 {
13 }
14
15 // Token: 0x04000409 RID: 1033
16 private string elementName;
17
18 // Token: 0x0400040A RID: 1034
19 private Type type;
20
21 // Token: 0x0400040B RID: 1035
22 private int order;
23 }
24}
class f__AnonymousType0<< Count > j__TPar
XmlElementAttribute(string elementName, Type type)