Table of Contents

MutableTuple<T1, T2> Class

Definition

Namespace
Cuemon
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/MutableTuple.cs

Represents a MutableTuple with two generic values.

public class MutableTuple<T1, T2> : MutableTuple<T1>

Type Parameters

T1

The type of the first parameter of this MutableTuple.

T2

The type of the second parameter of this MutableTuple.

Inheritance
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.