terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
XmlElementAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = true)]
8 [global::Cpp2ILInjected.Token(Token = "0x20000BC")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60007F6")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1DB3A34", Offset = "0x1DB3A34", Length = "0x34")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x4000409")]
21 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
22 private string elementName;
23
24 [global::Cpp2ILInjected.Token(Token = "0x400040A")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
26 private Type type;
27
28 [global::Cpp2ILInjected.Token(Token = "0x400040B")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
30 private int order;
31 }
32}
class f__AnonymousType0<< Count > j__TPar
XmlElementAttribute(string elementName, Type type)