Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Pair(
T first,
T second
)
Public Sub New (
first As T,
second As T
)
public:
Pair(
T first,
T second
)
new :
first : 'T *
second : 'T -> Pair
Parameters
- first
- Type: T
- second
- Type: T
See Also