using System; using System.Collections; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System { /// Represents a value tuple with 3 components. /// The type of the value tuple's first element. /// The type of the value tuple's second element. /// The type of the value tuple's third element. // Token: 0x02000078 RID: 120 [Token(Token = "0x2000078")] [Serializable] [StructLayout(3)] public struct ValueTuple : IEquatable>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable> { /// Initializes a new instance. /// The value tuple's first element. /// The value tuple's second element. /// The value tuple's third element. // Token: 0x06000331 RID: 817 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000331")] [Address(RVA = "0x2553E60", Offset = "0x2552C60", VA = "0x182553E60")] public ValueTuple(T1 item1, T2 item2, T3 item3) { } /// Returns a value that indicates whether the current instance 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: 0x06000332 RID: 818 RVA: 0x00003600 File Offset: 0x00001800 [Token(Token = "0x6000332")] [Address(RVA = "0x2F67040", Offset = "0x2F65E40", VA = "0x182F67040", Slot = "0")] public override bool Equals(object obj) { return default(bool); } /// Returns a value that indicates whether the current instance is equal to a specified instance. /// The value tuple to compare with this instance. /// /// if the current instance is equal to the specified tuple; otherwise, . // Token: 0x06000333 RID: 819 RVA: 0x00003618 File Offset: 0x00001818 [Token(Token = "0x6000333")] [Address(RVA = "0x2F66C90", Offset = "0x2F65A90", VA = "0x182F66C90", Slot = "4")] public bool Equals(ValueTuple other) { return default(bool); } /// Returns a value that indicates whether the current instance 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 objects; otherwise, . // Token: 0x06000334 RID: 820 RVA: 0x00003630 File Offset: 0x00001830 [Token(Token = "0x6000334")] [Address(RVA = "0x2F685A0", Offset = "0x2F673A0", VA = "0x182F685A0", Slot = "5")] bool IStructuralEquatable.Equals(object other, IEqualityComparer comparer) { return default(bool); } /// Compares the current instance 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. /// The 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 . // Token: 0x06000335 RID: 821 RVA: 0x00003648 File Offset: 0x00001848 [Token(Token = "0x6000335")] [Address(RVA = "0x2F693B0", Offset = "0x2F681B0", VA = "0x182F693B0", Slot = "8")] int IComparable.CompareTo(object other) { return 0; } /// Compares the current instance to a specified instance. /// The tuple to compare with this 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 . // Token: 0x06000336 RID: 822 RVA: 0x00003660 File Offset: 0x00001860 [Token(Token = "0x6000336")] [Address(RVA = "0x2F665F0", Offset = "0x2F653F0", VA = "0x182F665F0", Slot = "9")] public int CompareTo(ValueTuple other) { return 0; } /// Compares the current instance 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. /// The 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 . // Token: 0x06000337 RID: 823 RVA: 0x00003678 File Offset: 0x00001878 [Token(Token = "0x6000337")] [Address(RVA = "0x2F67D50", Offset = "0x2F66B50", VA = "0x182F67D50", Slot = "7")] int IStructuralComparable.CompareTo(object other, IComparer comparer) { return 0; } /// Calculates the hash code for the current instance. /// The hash code for the current instance. // Token: 0x06000338 RID: 824 RVA: 0x00003690 File Offset: 0x00001890 [Token(Token = "0x6000338")] [Address(RVA = "0x2F67A00", Offset = "0x2F66800", VA = "0x182F67A00", Slot = "2")] public override int GetHashCode() { return 0; } /// Calculates the hash code for the current instance by using a specified computation method. /// An object whose method calculates the hash code of the current instance. /// A 32-bit signed integer hash code. // Token: 0x06000339 RID: 825 RVA: 0x000036A8 File Offset: 0x000018A8 [Token(Token = "0x6000339")] [Address(RVA = "0x2F68EA0", Offset = "0x2F67CA0", VA = "0x182F68EA0", Slot = "6")] int IStructuralEquatable.GetHashCode(IEqualityComparer comparer) { return 0; } // Token: 0x0600033A RID: 826 RVA: 0x000036C0 File Offset: 0x000018C0 [Token(Token = "0x600033A")] [Address(RVA = "0x2F674C0", Offset = "0x2F662C0", VA = "0x182F674C0")] private int GetHashCodeCore(IEqualityComparer comparer) { return 0; } /// Returns a string that represents the value of this instance. /// The string representation of this instance. // Token: 0x0600033B RID: 827 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600033B")] [Address(RVA = "0x2F69620", Offset = "0x2F68420", VA = "0x182F69620", Slot = "3")] public override string ToString() { return null; } /// Gets the value of the current instance's first element. // Token: 0x040001B3 RID: 435 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40001B3")] public T1 Item1; /// Gets the value of the current instance's second element. // Token: 0x040001B4 RID: 436 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40001B4")] public T2 Item2; /// Gets the value of the current instance's third element. // Token: 0x040001B5 RID: 437 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40001B5")] public T3 Item3; } }