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

オブジェクト

適用対象