MutableTuple<T1, T2> Class
Definition
Represents a MutableTuple with two generic values.
public class MutableTuple<T1, T2> : MutableTuple<T1>
Type Parameters
T1The type of the first parameter of this MutableTuple.
T2The type of the second parameter of this MutableTuple.
- Inheritance
-
MutableTuple<T1>MutableTuple<T1, T2>
- Derived
- Inherited Members
Constructors
| Name | Description |
|---|---|
| MutableTuple(T1, T2) | Initializes a new instance of the MutableTuple<T1, T2> class. |
Properties
| Name | Description |
|---|---|
| Arg2 | Gets or sets the second parameter of this instance. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a shallow copy of the current MutableTuple object. |
| ToArray() | Returns an array of objects that represent the arguments passed to this instance. |