Свойство | Тип | Описание | |
---|---|---|---|
State |
Метод | Описание | |
---|---|---|
CompareTo ( IInspection other ) : int | ||
CompareTo ( object obj ) : int | ||
GetInspectionResults ( ) : IEnumerable |
A method that inspects the parser state and returns all issues it can find.
|
Метод | Описание | |
---|---|---|
InspectionBase ( |
public CompareTo ( IInspection other ) : int | ||
other | IInspection | |
Результат | int |
public abstract GetInspectionResults ( ) : IEnumerable |
||
Результат | IEnumerable |
protected InspectionBase ( |
||
state | ||
defaultSeverity | CodeInspectionSeverity | |
Результат | System |