Click or drag to resize

TripleT1, T2, T3 Class

A 3-tuple.
Inheritance Hierarchy
SystemObject
  FM.IceLinkTripleT1, T2, T3

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

The TripleT1, T2, T3 type exposes the following members.

Constructors
  NameDescription
Public methodTripleT1, T2, T3
Initializes a new instance of the TripleT1, T2, T3 class.
Top
Properties
  NameDescription
Public propertyItem1
Gets the first item in the tuple.
Public propertyItem2
Gets the second item in the tuple.
Public propertyItem3
Gets the third item in the tuple.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also