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
Tuple.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200010C")]
9 public static class Tuple
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60009E1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x15A1E18", Offset = "0x15A1E18", Length = "0x7C")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIAchievementsMenu", Member = "AchievementDraw", MemberParameters = new object[]
16 {
17 "ItemGrid_Layout",
18 typeof(int),
19 "Microsoft.Xna.Framework.Vector2",
20 typeof(float)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.GameContent.UI.Elements.UIAchievementListItem", Member = "GetTrackerValues", ReturnType = "System.Tuple`2<Decimal, Decimal>")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
25 public static global::System.Tuple<T1, T2> Create<T1, T2>(T1 item1, T2 item2)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x60009E2")]
31 [global::Cpp2ILInjected.Address(RVA = "0x15A2164", Offset = "0x15A2164", Length = "0x74")]
32 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.UI.ItemSorting", Member = "SortChest", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
37 public static global::System.Tuple<T1, T2, T3> Create<T1, T2, T3>(T1 item1, T2 item2, T3 item3)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x60009E3")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C4C970", Offset = "0x1C4C970", Length = "0xC")]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Tuple<, >), Member = "System.Collections.IStructuralEquatable.GetHashCode", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
46 internal static int CombineHashCodes(int h1, int h2)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x60009E4")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1C4C97C", Offset = "0x1C4C97C", Length = "0x14")]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Tuple<, , >), Member = "System.Collections.IStructuralEquatable.GetHashCode", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
55 internal static int CombineHashCodes(int h1, int h2, int h3)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x60009E5")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1C4C990", Offset = "0x1C4C990", Length = "0x1C")]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Tuple<, , , >), Member = "System.Collections.IStructuralEquatable.GetHashCode", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
64 internal static int CombineHashCodes(int h1, int h2, int h3, int h4)
65 {
66 throw null;
67 }
68 }
69}
class f__AnonymousType0<< Count > j__TPar
int System.Runtime.CompilerServices.ITuple. Length
Definition Tuple.2.cs:163
Tuple(T1 item1, T2 item2)
Definition Tuple.2.cs:46
static global::System.Tuple< T1, T2, T3 > Create< T1, T2, T3 >(T1 item1, T2 item2, T3 item3)
Definition Tuple.cs:37
static int CombineHashCodes(int h1, int h2, int h3)
Definition Tuple.cs:55
static int CombineHashCodes(int h1, int h2, int h3, int h4)
Definition Tuple.cs:64
static global::System.Tuple< T1, T2 > Create< T1, T2 >(T1 item1, T2 item2)
Definition Tuple.cs:25
static int CombineHashCodes(int h1, int h2)
Definition Tuple.cs:46