TypeRefBaseIsSameGenericType Method |
Determine if the specified TypeRefBase refers to the same generic type, regardless of actual type arguments.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public virtual bool IsSameGenericType(
TypeRefBase typeRefBase
)
Parameters
- typeRefBase
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
BooleanSee Also