Create a Pair object from existing data
Declaring type: Pair<T, U>
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public Pair (
        T first,
        U second
) 
Parameters
first
the first component
second
the second component