Property | Type | Description | |
---|---|---|---|
State |
Method | Description | |
---|---|---|
CompareTo ( IInspection other ) : int | ||
CompareTo ( object obj ) : int | ||
GetInspectionResults ( ) : IEnumerable |
A method that inspects the parser state and returns all issues it can find.
|
Method | Description | |
---|---|---|
InspectionBase ( |
public abstract GetInspectionResults ( ) : IEnumerable |
||
return | IEnumerable |
protected InspectionBase ( |
||
state | ||
defaultSeverity | CodeInspectionSeverity | |
return | System |