UnresolvedRef.IsSameGenericType 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
Syntaxpublic override bool IsSameGenericType(
TypeRefBase typeRefBase
)
Parameters
- typeRefBase
- Type: Nova.CodeDOM.TypeRefBase
Return Value
Type:
Boolean
See Also