TypeParameterRefCheckTypeConstraints Method |
Determine if the specified type is the same as or (optionally) is implicitly convertible to a type constraint of this type parameter.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected bool CheckTypeConstraints(
TypeRefBase toTypeRefBase,
bool allowConversion,
bool reverse
)
Parameters
- toTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
- allowConversion
- Type: SystemBoolean
- reverse
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also