TripleTFirst, TSecond, TThird Constructor |
Creates a new triple with given elements.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Triple(
TFirst first,
TSecond second,
TThird third
)
public:
Triple(
TFirst first,
TSecond second,
TThird third
)
Parameters
- first
- Type: TFirst
The first element of the triple. - second
- Type: TSecond
The second element of the triple. - third
- Type: TThird
The third element of the triple.
See Also