Click or drag to resize
PairT Class
An immutable generic class that holds a pair of values of the same type. Can be used as a key in a hashtable / dictionary.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfacePairT

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Pair<T>

Type Parameters

T

The PairT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFirst
Gets the first value in the pair.
Public propertySecond
Gets the second value in the pair.
Top
Methods
  NameDescription
Public methodEquals
Returns true if the object compares as equal to this object.
(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 the hashcode for the object.
(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 description of the object.
(Overrides ObjectToString.)
Top
See Also