ParserCheckForUnusedTypeRef Method |
Check that there appears to be an unused identifier, TypeRef, or UnresolvedRef at the specified offset.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected bool CheckForUnusedTypeRef(
int offset,
bool skipDirectives = false
)
Parameters
- offset
- Type: SystemInt32
- skipDirectives (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also