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_floatXdr.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000117 RID: 279
7 {
8 // Token: 0x060009AC RID: 2476 RVA: 0x0001C460 File Offset: 0x0001A660
9 public override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
10 {
11 if (!true)
12 {
13 }
14 float num = XmlConvert.ToSingle(s);
15 if (!true)
16 {
17 }
18 if (!true)
19 {
20 }
22 }
23
24 // Token: 0x060009AD RID: 2477 RVA: 0x0001C490 File Offset: 0x0001A690
26 {
27 if (!true)
28 {
29 }
30 base..ctor();
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
static float ToSingle(string s)