Click or drag to resize
SbPairT1, T2 Class
Inheritance Hierarchy
SystemObject
  OIV.Inventor.GenericSbPairT1, T2

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
[SerializableAttribute]
public class SbPair<T1, T2>

Type Parameters

T1
T2

The SbPairT1, T2 type exposes the following members.

Constructors
  NameDescription
Public methodSbPairT1, T2(SbPairT1, T2)
Initializes a new instance of the SbPairT1, T2 class
Public methodSbPairT1, T2(T1, T2)
Initializes a new instance of the SbPairT1, T2 class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFirst
Public propertySecond
Top
See Also