Метод | Описание | |
---|---|---|
CheckKeyInDict ( string key ) : bool | ||
CheckStringValueInArray ( string value ) : bool | ||
CheckStringValueInDict ( string key, string value ) : bool | ||
NextLevel ( string prop ) : |
||
PropertyCommentChecker ( ) : System | ||
PropertyCommentChecker ( IEnumerable |
Метод | Описание | |
---|---|---|
PropertyCommentChecker ( int level, List |
Метод | Описание | |
---|---|---|
CheckContained ( string prop ) : bool |
public CheckKeyInDict ( string key ) : bool | ||
key | string | |
Результат | bool |
public CheckStringValueInArray ( string value ) : bool | ||
value | string | |
Результат | bool |
public CheckStringValueInDict ( string key, string value ) : bool | ||
key | string | |
value | string | |
Результат | bool |
public NextLevel ( string prop ) : |
||
prop | string | |
Результат |
public PropertyCommentChecker ( ) : System | ||
Результат | System |
public PropertyCommentChecker ( IEnumerable |
||
props | IEnumerable |
|
Результат | System |
protected PropertyCommentChecker ( int level, List |
||
level | int | |
props | List |
|
Результат | System |