SbPairT1, T2 Class |
Namespace: OIV.Inventor.Generic
The SbPairT1, T2 type exposes the following members.
Name | Description | |
---|---|---|
SbPairT1, T2(SbPairT1, T2) |
Copy constructor.
| |
SbPairT1, T2(T1, T2) |
Initialize a new instance, using the specified object pair.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
First |
Gets or sets the first object of the object pair.
| |
Second |
Gets or sets the second object of the object pair.
|