PairT1, T2 Constructor (T1, T2) |
Initializes a new instance of the
PairT1, T2 class
Namespace:
Scilligence.MolEngine.Common
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic Pair(
T1 a,
T2 b
)
Parameters
- a
- Type: T1
- b
- Type: T2
See Also