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
IValueTupleInternal.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200011A")]
9 internal interface IValueTupleInternal : global::System.Runtime.CompilerServices.ITuple
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000B0A")]
12 int GetHashCode(global::System.Collections.IEqualityComparer comparer);
13
14 [global::Cpp2ILInjected.Token(Token = "0x6000B0B")]
15 string ToStringEnd();
16 }
17}
int GetHashCode(global::System.Collections.IEqualityComparer comparer)