Search
Pair(TFirst, TSecond) Constructor
See Also
 






Initializes a new instance of the Pair class.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public Pair (
    TFirst x,
    TSecond y
)

 Parameters

x

The first value.

y

The second value.

 See Also