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
Datatype_integer.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Xml.Schema
5
{
6
// Token: 0x02000109 RID: 265
7
internal
class
Datatype_integer
:
Datatype_decimal
8
{
9
// Token: 0x1700027D RID: 637
10
// (get) Token: 0x06000957 RID: 2391 RVA: 0x0001BDFC File Offset: 0x00019FFC
11
public
override
XmlTypeCode
TypeCode
12
{
13
get
14
{
15
return
XmlTypeCode
.Integer;
16
}
17
}
18
19
// Token: 0x06000958 RID: 2392 RVA: 0x0001BE0C File Offset: 0x0001A00C
20
internal
override
Exception
TryParseValue
(
string
s
,
XmlNameTable
nameTable,
IXmlNamespaceResolver
nsmgr
, [Out]
object
typedValue)
21
{
22
Exception
ex;
23
while
(
this
!=
null
|| ex !=
null
||
this
!=
null
)
24
{
25
}
26
}
27
28
// Token: 0x06000959 RID: 2393 RVA: 0x0001BE24 File Offset: 0x0001A024
29
public
Datatype_integer
()
30
{
31
if
(!
true
)
32
{
33
}
34
base
..ctor();
35
}
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Exception
Definition
Exception.cs:15
System.Xml.Schema.Datatype_decimal
Definition
Datatype_decimal.cs:8
System.Xml.Schema.Datatype_integer.TryParseValue
override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
Definition
Datatype_integer.cs:20
System.Xml.Schema.Datatype_integer.Datatype_integer
Datatype_integer()
Definition
Datatype_integer.cs:29
System.Xml.Schema.Datatype_integer
Definition
Datatype_integer.cs:8
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:7
System.Xml.IXmlNamespaceResolver
Definition
IXmlNamespaceResolver.cs:7
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Xml.Schema.XmlTypeCode
XmlTypeCode
Definition
XmlTypeCode.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System.TypeCode
TypeCode
Definition
TypeCode.cs:7
System.ExceptionArgument.s
@ s
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
Datatype_integer.cs
Generated by
1.10.0