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.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > Struct Template Reference

Inherits global.SystemIEquatable< global::System.ValueTuple >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3, T4 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3, T4 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3, T4, T5 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3, T4, T5 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > >, global.SystemIValueTupleInternal, and global.SystemRuntime.CompilerServices.ITuple.

Public Member Functions

 ValueTuple (T1 item1)
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple< T1 > other)
 
int CompareTo (global::System.ValueTuple< T1 > other)
 
override int GetHashCode ()
 
override string ToString ()
 
 ValueTuple (T1 item1, T2 item2)
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple< T1, T2 > other)
 
int CompareTo (global::System.ValueTuple< T1, T2 > other)
 
override int GetHashCode ()
 
override string ToString ()
 
 ValueTuple (T1 item1, T2 item2, T3 item3)
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple< T1, T2, T3 > other)
 
int CompareTo (global::System.ValueTuple< T1, T2, T3 > other)
 
override int GetHashCode ()
 
override string ToString ()
 
 ValueTuple (T1 item1, T2 item2, T3 item3, T4 item4)
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple< T1, T2, T3, T4 > other)
 
int CompareTo (global::System.ValueTuple< T1, T2, T3, T4 > other)
 
override int GetHashCode ()
 
override string ToString ()
 
 ValueTuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5)
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple< T1, T2, T3, T4, T5 > other)
 
int CompareTo (global::System.ValueTuple< T1, T2, T3, T4, T5 > other)
 
override int GetHashCode ()
 
override string ToString ()
 
 ValueTuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest)
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > other)
 
int CompareTo (global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > other)
 
override int GetHashCode ()
 
override string ToString ()
 
override bool Equals (object obj)
 
bool Equals (global::System.ValueTuple other)
 
int CompareTo (global::System.ValueTuple other)
 
override int GetHashCode ()
 
override string ToString ()
 

Public Attributes

T1 Item1
 
T2 Item2
 
T3 Item3
 
T4 Item4
 
T5 Item5
 
T6 Item6
 
T7 Item7
 
TRest Rest
 

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)
 
static int CombineHashCodes (int h1, int h2, int h3, int h4, int h5)
 
static int CombineHashCodes (int h1, int h2, int h3, int h4, int h5, int h6)
 
static int CombineHashCodes (int h1, int h2, int h3, int h4, int h5, int h6, int h7)
 
static int CombineHashCodes (int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8)
 

Properties

int System.Runtime.CompilerServices.ITuple. Length [get, set]
 

Private Member Functions

bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int GetHashCodeCore (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int GetHashCodeCore (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int GetHashCodeCore (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int GetHashCodeCore (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int GetHashCodeCore (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 
bool System.Collections.IStructuralEquatable. Equals (object other, global::System.Collections.IEqualityComparer comparer)
 
int System.IComparable. CompareTo (object other)
 
int System.Collections.IStructuralComparable. CompareTo (object other, global::System.Collections.IComparer comparer)
 
int System.Collections.IStructuralEquatable. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
int System.IValueTupleInternal. GetHashCode (global::System.Collections.IEqualityComparer comparer)
 
string System.IValueTupleInternal. ToStringEnd ()
 

Detailed Description

Type Constraints
TRest :struct 

Definition at line 14 of file ValueTuple.7.cs.


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