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