Click or drag to resize

MutablePairT1, T2 Class

A mutable 2-tuple.
Inheritance Hierarchy
SystemObject
  FM.IceLinkMutablePairT1, T2

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

The MutablePairT1, T2 type exposes the following members.

Constructors
  NameDescription
Public methodMutablePairT1, T2
Initializes a new instance of the MutablePairT1, T2 class.
Top
Properties
  NameDescription
Public propertyItem1
Gets or sets the first item in the tuple.
Public propertyItem2
Gets or sets the second 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