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
ITupleInternal.cs
Go to the documentation of this file.
1using System;
3using System.Text;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200010B")]
9 internal interface ITupleInternal : global::System.Runtime.CompilerServices.ITuple
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60009E0")]
12 string ToString(global::System.Text.StringBuilder sb);
13 }
14}
string ToString(global::System.Text.StringBuilder sb)