MyMediaLite
Triple<T, U, V> Constructor (T, U, V)
Syntax
Collapse All
Create a Triple object from existing data
Declaring type:
Triple<T, U, V>
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public Triple ( T
first
, U
second
, V
third
)
Parameters
first
the first component
second
the second component
third
the third component
Top
Generated by
ImmDoc .NET
.