 | TypePair Constructor |
Initializes a new instance of the
TypePair class.
Namespace:
com.espertech.esper.compat
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic TypePair(
Type typeA,
Type typeB
)
Parameters
- typeA
- Type: SystemType
The type A. - typeB
- Type: SystemType
The type B.
See Also