Pair 建構函式

定義

初始化 Pair 類別的新執行個體。

多載

名稱 Description
Pair()

建立一個新的、未初始化的 Pair 類別實例。

Pair(Object, Object)

初始化該類別的新實例 Pair ,使用指定的物件對。

Pair()

建立一個新的、未初始化的 Pair 類別實例。

public:
 Pair();
public Pair();
Public Sub New ()

適用於

Pair(Object, Object)

初始化該類別的新實例 Pair ,使用指定的物件對。

public:
 Pair(System::Object ^ x, System::Object ^ y);
public Pair(object x, object y);
new System.Web.UI.Pair : obj * obj -> System.Web.UI.Pair
Public Sub New (x As Object, y As Object)

參數

x
Object

物件。

y
Object

物件。

適用於