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.
1
using
System
;
2
3
namespace
System.Xml.Serialization
4
{
5
// Token: 0x020000BC RID: 188
6
[
AttributeUsage
(
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Parameter |
AttributeTargets
.ReturnValue, AllowMultiple =
true
)]
7
public
class
XmlElementAttribute
:
Attribute
8
{
9
// Token: 0x060007F6 RID: 2038 RVA: 0x00019B04 File Offset: 0x00017D04
10
public
XmlElementAttribute
(
string
elementName
,
Type
type
)
11
{
12
this.type
=
type
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Type
Definition
Type.cs:12
System.Xml.Serialization.XmlElementAttribute.elementName
string elementName
Definition
XmlElementAttribute.cs:16
System.Xml.Serialization.XmlElementAttribute.type
Type type
Definition
XmlElementAttribute.cs:19
System.Xml.Serialization.XmlElementAttribute.XmlElementAttribute
XmlElementAttribute(string elementName, Type type)
Definition
XmlElementAttribute.cs:10
System.Xml.Serialization.XmlElementAttribute.order
int order
Definition
XmlElementAttribute.cs:22
System.Xml.Serialization.XmlElementAttribute
Definition
XmlElementAttribute.cs:8
System.Xml.Serialization
Definition
XmlAttributeAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Serialization
XmlElementAttribute.cs
Generated by
1.10.0