Method | Description | |
---|---|---|
CompareTo ( ICodeInspectionResult other ) : int | ||
CompareTo ( object obj ) : int | ||
GetNavigationArgs ( ) : |
||
ToArray ( ) : object[] | ||
ToCsvString ( ) : string | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
InspectionResultBase ( IInspection inspection, |
Creates a comment inspection result.
|
|
InspectionResultBase ( IInspection inspection, Rubberduck.Parsing.Symbols.Declaration target ) : System.Collections.Generic | ||
InspectionResultBase ( IInspection inspection, |
Creates an inspection result.
|
|
InspectionResultBase ( IInspection inspection, |
Creates an inspection result.
|
public CompareTo ( ICodeInspectionResult other ) : int | ||
other | ICodeInspectionResult | |
return | int |
public GetNavigationArgs ( ) : |
||
return |
protected InspectionResultBase ( IInspection inspection, |
||
inspection | IInspection | |
comment | ||
return | System.Collections.Generic |
protected InspectionResultBase ( IInspection inspection, Rubberduck.Parsing.Symbols.Declaration target ) : System.Collections.Generic | ||
inspection | IInspection | |
target | Rubberduck.Parsing.Symbols.Declaration | |
return | System.Collections.Generic |
protected InspectionResultBase ( IInspection inspection, |
||
inspection | IInspection | |
qualifiedName | ||
context | ParserRuleContext | |
comment | ||
return | System.Collections.Generic |
protected InspectionResultBase ( IInspection inspection, |
||
inspection | IInspection | |
qualifiedName | ||
context | ParserRuleContext | |
declaration | Rubberduck.Parsing.Symbols.Declaration | |
comment | ||
return | System.Collections.Generic |