using System;
using System.Collections;
using System.Text;
using Cpp2IlInjected;
namespace System
{
/// Represents a 4-tuple, or quadruple.
/// The type of the tuple's first component.
/// The type of the tuple's second component.
/// The type of the tuple's third component.
/// The type of the tuple's fourth component.
// Token: 0x0200008B RID: 139
[Token(Token = "0x200008B")]
[Serializable]
public class Tuple : IStructuralEquatable, IStructuralComparable, IComparable, ITupleInternal
{
/// Gets the value of the current object's first component.
/// The value of the current object's first component.
// Token: 0x17000080 RID: 128
// (get) Token: 0x06000448 RID: 1096 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000080")]
public T1 Item1
{
[Token(Token = "0x6000448")]
[Address(RVA = "0x4944B0", Offset = "0x4934B0", VA = "0x1804944B0")]
get
{
return null;
}
}
/// Gets the value of the current object's second component.
/// The value of the current object's second component.
// Token: 0x17000081 RID: 129
// (get) Token: 0x06000449 RID: 1097 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000081")]
public T2 Item2
{
[Token(Token = "0x6000449")]
[Address(RVA = "0x498E20", Offset = "0x497E20", VA = "0x180498E20")]
get
{
return null;
}
}
/// Gets the value of the current object's third component.
/// The value of the current object's third component.
// Token: 0x17000082 RID: 130
// (get) Token: 0x0600044A RID: 1098 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000082")]
public T3 Item3
{
[Token(Token = "0x600044A")]
[Address(RVA = "0x635090", Offset = "0x634090", VA = "0x180635090")]
get
{
return null;
}
}
/// Gets the value of the current object's fourth component.
/// The value of the current object's fourth component.
// Token: 0x17000083 RID: 131
// (get) Token: 0x0600044B RID: 1099 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000083")]
public T4 Item4
{
[Token(Token = "0x600044B")]
[Address(RVA = "0x8CC7A0", Offset = "0x8CB7A0", VA = "0x1808CC7A0")]
get
{
return null;
}
}
/// Initializes a new instance of the class.
/// The value of the tuple's first component.
/// The value of the tuple's second component.
/// The value of the tuple's third component.
/// The value of the tuple's fourth component
// Token: 0x0600044C RID: 1100 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600044C")]
[Address(RVA = "0x3384420", Offset = "0x3383420", VA = "0x183384420")]
public Tuple(T1 item1, T2 item2, T3 item3, T4 item4)
{
}
/// Returns a value that indicates whether the current object is equal to a specified object.
/// The object to compare with this instance.
///
/// if the current instance is equal to the specified object; otherwise, .
// Token: 0x0600044D RID: 1101 RVA: 0x000040E0 File Offset: 0x000022E0
[Token(Token = "0x600044D")]
[Address(RVA = "0x3381CD0", Offset = "0x3380CD0", VA = "0x183381CD0", Slot = "0")]
public override bool Equals(object obj)
{
return default(bool);
}
/// Returns a value that indicates whether the current object is equal to a specified object based on a specified comparison method.
/// The object to compare with this instance.
/// An object that defines the method to use to evaluate whether the two objects are equal.
///
/// if the current instance is equal to the specified object; otherwise, .
// Token: 0x0600044E RID: 1102 RVA: 0x000040F8 File Offset: 0x000022F8
[Token(Token = "0x600044E")]
[Address(RVA = "0x3383100", Offset = "0x3382100", VA = "0x183383100", Slot = "4")]
bool IStructuralEquatable.Equals(object other, IEqualityComparer comparer)
{
return default(bool);
}
/// Compares the current object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.
/// An object to compare with the current instance.
/// A signed integer that indicates the relative position of this instance and in the sort order, as shown in the following table.
/// Value
///
/// Description
///
/// A negative integer
///
/// This instance precedes .
///
/// Zero
///
/// This instance and have the same position in the sort order.
///
/// A positive integer
///
/// This instance follows .
///
/// is not a object.
// Token: 0x0600044F RID: 1103 RVA: 0x00004110 File Offset: 0x00002310
[Token(Token = "0x600044F")]
[Address(RVA = "0x3383B60", Offset = "0x3382B60", VA = "0x183383B60", Slot = "7")]
int IComparable.CompareTo(object obj)
{
return 0;
}
/// Compares the current object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order.
/// An object to compare with the current instance.
/// An object that provides custom rules for comparison.
/// A signed integer that indicates the relative position of this instance and in the sort order, as shown in the following table.
/// Value
///
/// Description
///
/// A negative integer
///
/// This instance precedes .
///
/// Zero
///
/// This instance and have the same position in the sort order.
///
/// A positive integer
///
/// This instance follows .
///
/// is not a object.
// Token: 0x06000450 RID: 1104 RVA: 0x00004128 File Offset: 0x00002328
[Token(Token = "0x6000450")]
[Address(RVA = "0x3381FF0", Offset = "0x3380FF0", VA = "0x183381FF0", Slot = "6")]
int IStructuralComparable.CompareTo(object other, IComparer comparer)
{
return 0;
}
/// Returns the hash code for the current object.
/// A 32-bit signed integer hash code.
// Token: 0x06000451 RID: 1105 RVA: 0x00004140 File Offset: 0x00002340
[Token(Token = "0x6000451")]
[Address(RVA = "0x3381DF0", Offset = "0x3380DF0", VA = "0x183381DF0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// Calculates the hash code for the current object by using a specified computation method.
/// An object whose method calculates the hash code of the current object.
/// A 32-bit signed integer hash code.
// Token: 0x06000452 RID: 1106 RVA: 0x00004158 File Offset: 0x00002358
[Token(Token = "0x6000452")]
[Address(RVA = "0x33833E0", Offset = "0x33823E0", VA = "0x1833833E0", Slot = "5")]
int IStructuralEquatable.GetHashCode(IEqualityComparer comparer)
{
return 0;
}
/// Returns a string that represents the value of this instance.
/// The string representation of this object.
// Token: 0x06000453 RID: 1107 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000453")]
[Address(RVA = "0x3384330", Offset = "0x3383330", VA = "0x183384330", Slot = "3")]
public override string ToString()
{
return null;
}
// Token: 0x06000454 RID: 1108 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000454")]
[Address(RVA = "0x3383CD0", Offset = "0x3382CD0", VA = "0x183383CD0", Slot = "8")]
string ITupleInternal.ToString(StringBuilder sb)
{
return null;
}
// Token: 0x040001DB RID: 475
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001DB")]
private readonly T1 m_Item1;
// Token: 0x040001DC RID: 476
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001DC")]
private readonly T2 m_Item2;
// Token: 0x040001DD RID: 477
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001DD")]
private readonly T3 m_Item3;
// Token: 0x040001DE RID: 478
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001DE")]
private readonly T4 m_Item4;
}
}