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