System.Runtime A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized string similar to Argument must be of type {0}.. Looks up a localized string similar to The last element of an eight element tuple must be a Tuple.. Defines methods to support the comparison of objects for structural equality. Determines whether an object is structurally equal to the current instance. The object to compare with the current instance. An object that determines whether the current instance and other are equal. true if the two objects are equal; otherwise, false. Returns a hash code for the current instance. An object that computes the hash code of the current object. The hash code for the current instance. Supports the structural comparison of collection objects. Determines whether the current collection object precedes, occurs in the same position as, or follows another object in the sort order. The object to compare with the current instance. An object that compares members of the current collection object with the corresponding members of other. An integer that indicates the relationship of the current collection object to other. This instance and other are not the same type. Encapsulates a method that has five parameters and returns a value of the type specified by the TResult parameter. The type of the first parameter of the method that this delegate encapsulates. The type of the second parameter of the method that this delegate encapsulates. The type of the third parameter of the method that this delegate encapsulates. The type of the fourth parameter of the method that this delegate encapsulates. The type of the fifth parameter of the method that this delegate encapsulates. The type of the return value of the method that this delegate encapsulates. The first parameter of the method that this delegate encapsulates. The second parameter of the method that this delegate encapsulates. The third parameter of the method that this delegate encapsulates. The fourth parameter of the method that this delegate encapsulates. The fifth parameter of the method that this delegate encapsulates. The return value of the method that this delegate encapsulates. Defines a provider for progress updates. The type of progress update value. Reports a progress update. The value of the updated progress. Identities the async state machine type for this method. Identities the state machine type for this method. Initializes the attribute. The type that implements the state machine. Gets the type that implements the state machine. Initializes the attribute. The type that implements the state machine. Allows you to obtain the method or property name of the caller to the method. Allows you to obtain the line number in the source file at which the method is called. Allows you to obtain the full path of the source file that contains the caller. This is the file path at the time of compile. Identities the iterator state machine type for this method. Initializes the attribute. The type that implements the state machine. Helper so we can call some tuple methods recursively without knowing the underlying types. Provides static methods for creating tuple objects. Creates a new 1-tuple, or singleton. The type of the only component of the tuple. The value of the only component of the tuple. A tuple whose value is (item1). Creates a new 3-tuple, or pair. The type of the first component of the tuple. The type of the second component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. An 2-tuple (pair) whose value is (item1, item2). Creates a new 3-tuple, or triple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. An 3-tuple (triple) whose value is (item1, item2, item3). Creates a new 4-tuple, or quadruple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. An 4-tuple (quadruple) whose value is (item1, item2, item3, item4). Creates a new 5-tuple, or quintuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. An 5-tuple (quintuple) whose value is (item1, item2, item3, item4, item5). Creates a new 6-tuple, or sextuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The type of the sixth component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. The value of the sixth component of the tuple. An 6-tuple (sextuple) whose value is (item1, item2, item3, item4, item5, item6). Creates a new 7-tuple, or septuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The type of the sixth component of the tuple. The type of the seventh component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. The value of the sixth component of the tuple. The value of the seventh component of the tuple. An 7-tuple (septuple) whose value is (item1, item2, item3, item4, item5, item6, item7). Creates a new 8-tuple, or octuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The type of the sixth component of the tuple. The type of the seventh component of the tuple. The type of the eighth component of the tuple. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. The value of the sixth component of the tuple. The value of the seventh component of the tuple. The value of the eighth component of the tuple. An 8-tuple (octuple) whose value is (item1, item2, item3, item4, item5, item6, item7, item8). Represents a 1-tuple, or singleton. The type of the tuple's only component. Initializes a new instance of the class. The value of the current tuple object's single component. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the tuple object's single component. The value of the current tuple object's single component. Represents an 2-tuple, or pair. The type of the first component of the tuple. The type of the second component of the tuple. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Represents an 3-tuple, or triple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Gets the value of the current tuple object's third component. The value of the current tuple object's third component. Represents an 4-tuple, or quadruple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Gets the value of the current tuple object's third component. The value of the current tuple object's third component. Gets the value of the current tuple object's fourth component. The value of the current tuple object's fourth component. Represents an 5-tuple, or quintuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Gets the value of the current tuple object's third component. The value of the current tuple object's third component. Gets the value of the current tuple object's fourth component. The value of the current tuple object's fourth component. Gets the value of the current tuple object's fifth component. The value of the current tuple object's fifth component. Represents an 6-tuple, or sextuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The type of the sixth component of the tuple. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. The value of the sixth component of the tuple. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Gets the value of the current tuple object's third component. The value of the current tuple object's third component. Gets the value of the current tuple object's fourth component. The value of the current tuple object's fourth component. Gets the value of the current tuple object's fifth component. The value of the current tuple object's fifth component. Gets the value of the current tuple object's sixth component. The value of the current tuple object's sixth component. Represents an 7-tuple, or septuple. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The type of the sixth component of the tuple. The type of the seventh component of the tuple. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. The value of the sixth component of the tuple. The value of the seventh component of the tuple. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Gets the value of the current tuple object's third component. The value of the current tuple object's third component. Gets the value of the current tuple object's fourth component. The value of the current tuple object's fourth component. Gets the value of the current tuple object's fifth component. The value of the current tuple object's fifth component. Gets the value of the current tuple object's sixth component. The value of the current tuple object's sixth component. Gets the value of the current tuple object's seventh component. The value of the current tuple object's seventh component. Represents an n-tuple, where n is 8 or greater. The type of the first component of the tuple. The type of the second component of the tuple. The type of the third component of the tuple. The type of the fourth component of the tuple. The type of the fifth component of the tuple. The type of the sixth component of the tuple. The type of the seventh component of the tuple. Any generic Tuple object that defines the types of the tuple's remaining components. Initializes a new instance of the class. The value of the first component of the tuple. The value of the second component of the tuple. The value of the third component of the tuple. The value of the fourth component of the tuple. The value of the fifth component of the tuple. The value of the sixth component of the tuple. The value of the seventh component of the tuple. Any generic Tuple object that contains the values of the tuple's remaining components. rest is not a generic Tuple object. Returns a value that indicates whether the current tuple object is equal to a specified object. The object to compare with this instance. true if the current instance is equal to the specified object; otherwise, false. Calculates the hash code for the current tuple object. A 32-bit signed integer hash code. Returns a string that represents the value of this tuple instance. The string representation of this tuple object. Gets the value of the current tuple object's first component. The value of the current tuple object's first component. Gets the value of the current tuple object's second component. The value of the current tuple object's second component. Gets the value of the current tuple object's third component. The value of the current tuple object's third component. Gets the value of the current tuple object's fourth component. The value of the current tuple object's fourth component. Gets the value of the current tuple object's fifth component. The value of the current tuple object's fifth component. Gets the value of the current tuple object's sixth component. The value of the current tuple object's sixth component. Gets the value of the current tuple object's seventh component. The value of the current tuple object's seventh component. Gets the current tuple object's remaining components. The value of the current tuple object's remaining components.