Click or drag to resize

PairT1, T2 Class

A 2-tuple.
Inheritance Hierarchy
SystemObject
  FM.IceLinkPairT1, T2

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The PairT1, T2 type exposes the following members.

Constructors
  NameDescription
Public methodPairT1, T2
Initializes a new instance of the PairT1, T2 class.
Top
Properties
  NameDescription
Public propertyItem1
Gets the first item in the tuple.
Public propertyItem2
Gets the second item in the tuple.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified System.Object is equal to the current System.Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Calculates the hashcode for this pair.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also