Search
Pair(TFirst, TSecond) Constructor (TFirst, TSecond)
See Also
 






Initializes a new instance of the Pair class.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Pair (
    TFirst x,
    TSecond y
)

 Parameters

x

The first value.

y

The second value.

 See Also