Click or drag to resize

TupleT1, T2 Class

[Missing <summary> documentation for "T:Atomia.Billing.Core.Sdk.Utils.Containers.Tuple`2"]

Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.Utils.ContainersTupleT1, T2

Namespace:  Atomia.Billing.Core.Sdk.Utils.Containers
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class Tuple<T1, T2> : IFormattable

Type Parameters

T1
The type of the 1.
T2
The type of the 2.

The TupleT1, T2 type exposes the following members.

Constructors
  NameDescription
Public methodTupleT1, T2
Initializes a new instance of the TupleT1, T2 class.
Top
Properties
  NameDescription
Public propertyItem1
Gets or sets the item1.
Public propertyItem2
Gets or sets the item2.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodToString(String, IFormatProvider)
Returns a String that represents this instance.
Top
See Also