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

◆ Token

Enumerator
StartDocument 
EndDocument 
PI 
Comment 
Dtd 
StartElement 
EndElement 
StartAttribute 
EndAttribute 
Text 
CData 
AtomicValue 
Base64 
RawData 
Whitespace 

Definition at line 1376 of file XmlWellFormedWriter.cs.

1377 {
1378 [global::Cpp2ILInjected.Token(Token = "0x400021F")]
1380 [global::Cpp2ILInjected.Token(Token = "0x4000220")]
1382 [global::Cpp2ILInjected.Token(Token = "0x4000221")]
1383 PI,
1384 [global::Cpp2ILInjected.Token(Token = "0x4000222")]
1385 Comment,
1386 [global::Cpp2ILInjected.Token(Token = "0x4000223")]
1387 Dtd,
1388 [global::Cpp2ILInjected.Token(Token = "0x4000224")]
1390 [global::Cpp2ILInjected.Token(Token = "0x4000225")]
1391 EndElement,
1392 [global::Cpp2ILInjected.Token(Token = "0x4000226")]
1394 [global::Cpp2ILInjected.Token(Token = "0x4000227")]
1396 [global::Cpp2ILInjected.Token(Token = "0x4000228")]
1397 Text,
1398 [global::Cpp2ILInjected.Token(Token = "0x4000229")]
1399 CData,
1400 [global::Cpp2ILInjected.Token(Token = "0x400022A")]
1402 [global::Cpp2ILInjected.Token(Token = "0x400022B")]
1403 Base64,
1404 [global::Cpp2ILInjected.Token(Token = "0x400022C")]
1405 RawData,
1406 [global::Cpp2ILInjected.Token(Token = "0x400022D")]
1408 }