Pair Members
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. Determines whether two objects are equal. | |
GetHashCode | Overridden. Gets the hash code for this Pair 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