Triplet Constructor (Object, Object)

 

Initializes a new instance of the Triplet class and sets the first two objects.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

new : 
        x:Object *
        y:Object -> Triplet

Parameters

x
Type: System.Object

Object assigned to First.

y
Type: System.Object

Object assigned to Second.

.NET Framework
Available since 1.1
Return to top
Show: