Pair Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Pair class.
Overloads
Pair() |
Creates a new, uninitialized instance of the Pair class. |
Pair(Object, Object) |
Initializes a new instance of the Pair class, using the specified object pair. |
Pair()
Creates a new, uninitialized instance of the Pair class.
public:
Pair();
public Pair ();
Public Sub New ()
Applies to
Pair(Object, Object)
Initializes a new instance of the Pair class, using the specified 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)
Parameters
- x
- Object
An object.
- y
- Object
An object.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา