Table of Contents

Class Pair<TA, TB>

Namespace
Hi.Common
Assembly
HiGeom.dll

Editable pair values.

public class Pair<TA, TB>

Type Parameters

TA

type of A

TB

type of B

Inheritance
Pair<TA, TB>
Inherited Members
Extension Methods

Constructors

Pair(TA, TB)

constructor.

public Pair(TA a, TB b)

Parameters

a TA

member A

b TB

member B

Properties

A

member A

public TA A { get; set; }

Property Value

TA

B

member B

public TB B { get; set; }

Property Value

TB

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.