Triplet Constructor (Object, Object, Object)

 

Initializes a new instance of the Triplet class with the provided three objects.

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

public Triplet(
	object x,
	object y,
	object z
)

Parameters

x
Type: System.Object

Object assigned to First.

y
Type: System.Object

Object assigned to Second.

z
Type: System.Object

Object assigned to Third.

.NET Framework
Available since 1.1
Return to top
Show: