'Declaration Public Overloads Function GetConstraint( _ ByVal targetParam As TargetParam _ ) As Constraint
public Constraint GetConstraint( TargetParam targetParam )
Parameters
- targetParam
- The target parameter of the Constraint to search for.
Return Value
The found Constraint object or null if the target parameter is not found.