Pair コンストラクター

定義

Pair クラスの新しいインスタンスを初期化します。

オーバーロード

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

オブジェクト。

適用対象