Class Pair<TFirst, TSecond>
Inherited Members
Namespace: SuperOffice
Assembly: SoCore.dll
Syntax
public class Pair<TFirst, TSecond>
Type Parameters
Name | Description |
---|---|
TFirst | |
TSecond |
Constructors
Pair()
Declaration
public Pair()
Pair(TFirst, TSecond)
Declaration
public Pair(TFirst first, TSecond second)
Parameters
Type | Name | Description |
---|---|---|
TFirst | first | |
TSecond | second |
Fields
First
Declaration
public TFirst First
Field Value
Type | Description |
---|---|
TFirst |
Second
Declaration
public TSecond Second
Field Value
Type | Description |
---|---|
TSecond |