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
System.Tuple< T1, T2, T3, T4 > Class Template Reference
+ Inheritance diagram for System.Tuple< T1, T2, T3, T4 >:
+ Collaboration diagram for System.Tuple< T1, T2, T3, T4 >:

Public Member Functions

 Tuple (T1 item1, T2 item2)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 
 Tuple (T1 item1, T2 item2, T3 item3)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 
 Tuple (T1 item1, T2 item2, T3 item3, T4 item4)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static global::System.Tuple< T1, T2 > Create< T1, T2 > (T1 item1, T2 item2)
 
static global::System.Tuple< T1, T2, T3 > Create< T1, T2, T3 > (T1 item1, T2 item2, T3 item3)
 

Static Package Functions

static int CombineHashCodes (int h1, int h2)
 
static int CombineHashCodes (int h1, int h2, int h3)
 
static int CombineHashCodes (int h1, int h2, int h3, int h4)
 

Properties

T1 Item1 [get, set]
 
T2 Item2 [get, set]
 
int System.Runtime.CompilerServices.ITuple. Length [get, set]
 
T3 Item3 [get, set]
 

Private Member Functions

bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object obj)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.ITupleInternal. ToString (global::System.Text.StringBuilder sb)
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object obj)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.ITupleInternal. ToString (global::System.Text.StringBuilder sb)
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object obj)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.ITupleInternal. ToString (global::System.Text.StringBuilder sb)
 

Private Attributes

readonly T1 m_Item1
 
readonly T2 m_Item2
 
readonly T3 m_Item3
 
readonly T4 m_Item4
 

Detailed Description

Definition at line 13 of file Tuple.4.cs.


The documentation for this class was generated from the following files: