| PairTFirst, TSecond Constructor |
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public Pair(
TFirst first,
TSecond second
)
Public Sub New (
first As TFirst,
second As TSecond
)
public:
Pair(
TFirst first,
TSecond second
)
new :
first : 'TFirst *
second : 'TSecond -> Pair
Parameters
- first
- Type: TFirst
The first object. - second
- Type: TSecond
The second object.
See Also