Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Combines two types into one type.
The following tables list the members exposed by the Pair type.
Public Constructors
Name | Description | |
---|---|---|
Pair | Initializes a new Pair object with two types to combine into one type. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
First | Gets the first type of the pair. |
![]() |
Second | Gets the second type of the pair. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. Overridden. |
![]() |
GetHashCode | Overridden. Returns a hash code for the specified object. |
![]() |
GetType | (inherited from Object) |
![]() ![]() |
ReferenceEquals | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
Pair Generic Class
Microsoft.EnterpriseManagement.Common Namespace