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
SoapFieldAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200038E RID: 910
8 [ComVisible(true)]
9 public sealed class SoapFieldAttribute : SoapAttribute
10 {
11 // Token: 0x06001D71 RID: 7537 RVA: 0x00040438 File Offset: 0x0003E638
13 {
14 }
15
16 // Token: 0x17000384 RID: 900
17 // (get) Token: 0x06001D72 RID: 7538 RVA: 0x0004044C File Offset: 0x0003E64C
18 public string XmlElementName
19 {
20 get
21 {
22 return this._elementName;
23 }
24 }
25
26 // Token: 0x06001D73 RID: 7539 RVA: 0x00040460 File Offset: 0x0003E660
27 public bool IsInteropXmlElement()
28 {
29 return this._isElement;
30 }
31
32 // Token: 0x06001D74 RID: 7540 RVA: 0x00040474 File Offset: 0x0003E674
33 internal override void SetReflectionObject(object reflectionObject)
34 {
35 if (reflectionObject != null)
36 {
37 }
38 if (this._elementName == null)
39 {
41 }
42 }
43
44 // Token: 0x04000ED1 RID: 3793
45 private string _elementName;
46
47 // Token: 0x04000ED2 RID: 3794
48 private bool _isElement;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
override void SetReflectionObject(object reflectionObject)