using System;
using System.Collections;
using System.Text;
using Cpp2IlInjected;
namespace System
{
/// Represents a 3-tuple, or triple.
/// The type of the tuple's first component.
/// The type of the tuple's second component.
/// The type of the tuple's third component.
// Token: 0x02000084 RID: 132
[Token(Token = "0x2000084")]
[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: 0x17000079 RID: 121
// (get) Token: 0x06000423 RID: 1059 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000079")]
public T1 Item1
{
[Token(Token = "0x6000423")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
get
{
return null;
}
}
/// Gets the value of the current object's second component.
/// The value of the current object's second component.
// Token: 0x1700007A RID: 122
// (get) Token: 0x06000424 RID: 1060 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700007A")]
public T2 Item2
{
[Token(Token = "0x6000424")]
[Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")]
get
{
return null;
}
}
/// Gets the value of the current object's third component.
/// The value of the current object's third component.
// Token: 0x1700007B RID: 123
// (get) Token: 0x06000425 RID: 1061 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700007B")]
public T3 Item3
{
[Token(Token = "0x6000425")]
[Address(RVA = "0x3F7310", Offset = "0x3F6110", VA = "0x1803F7310")]
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.
// Token: 0x06000426 RID: 1062 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000426")]
[Address(RVA = "0x1E0D820", Offset = "0x1E0C620", VA = "0x181E0D820")]
public Tuple(T1 item1, T2 item2, T3 item3)
{
}
/// 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: 0x06000427 RID: 1063 RVA: 0x00003F60 File Offset: 0x00002160
[Token(Token = "0x6000427")]
[Address(RVA = "0x2FFC790", Offset = "0x2FFB590", VA = "0x182FFC790", 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: 0x06000428 RID: 1064 RVA: 0x00003F78 File Offset: 0x00002178
[Token(Token = "0x6000428")]
[Address(RVA = "0x2FFCC90", Offset = "0x2FFBA90", VA = "0x182FFCC90", 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: 0x06000429 RID: 1065 RVA: 0x00003F90 File Offset: 0x00002190
[Token(Token = "0x6000429")]
[Address(RVA = "0x2FFD0A0", Offset = "0x2FFBEA0", VA = "0x182FFD0A0", 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: 0x0600042A RID: 1066 RVA: 0x00003FA8 File Offset: 0x000021A8
[Token(Token = "0x600042A")]
[Address(RVA = "0x2FFCAA0", Offset = "0x2FFB8A0", VA = "0x182FFCAA0", 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: 0x0600042B RID: 1067 RVA: 0x00003FC0 File Offset: 0x000021C0
[Token(Token = "0x600042B")]
[Address(RVA = "0x2FFC8A0", Offset = "0x2FFB6A0", VA = "0x182FFC8A0", 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: 0x0600042C RID: 1068 RVA: 0x00003FD8 File Offset: 0x000021D8
[Token(Token = "0x600042C")]
[Address(RVA = "0x2FFCFB0", Offset = "0x2FFBDB0", VA = "0x182FFCFB0", 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: 0x0600042D RID: 1069 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600042D")]
[Address(RVA = "0x2FFD380", Offset = "0x2FFC180", VA = "0x182FFD380", Slot = "3")]
public override string ToString()
{
return null;
}
// Token: 0x0600042E RID: 1070 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600042E")]
[Address(RVA = "0x2FFD1C0", Offset = "0x2FFBFC0", VA = "0x182FFD1C0", Slot = "8")]
string ITupleInternal.ToString(StringBuilder sb)
{
return null;
}
// Token: 0x040001CE RID: 462
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001CE")]
private readonly T1 m_Item1;
// Token: 0x040001CF RID: 463
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001CF")]
private readonly T2 m_Item2;
// Token: 0x040001D0 RID: 464
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40001D0")]
private readonly T3 m_Item3;
}
}