Pair Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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 | Overridden. Determines whether this Pair object is equal to the specified object. | |
GetHashCode | Overridden. Returns a hash code for the specified object. | |
GetType | (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