Method | Description | |
---|---|---|
CheckKeyInDict ( string key ) : bool | ||
CheckStringValueInArray ( string value ) : bool | ||
CheckStringValueInDict ( string key, string value ) : bool | ||
NextLevel ( string prop ) : |
||
PropertyCommentChecker ( ) : System | ||
PropertyCommentChecker ( IEnumerable |
Method | Description | |
---|---|---|
PropertyCommentChecker ( int level, List |
Method | Description | |
---|---|---|
CheckContained ( string prop ) : bool |
public CheckStringValueInArray ( string value ) : bool | ||
value | string | |
return | bool |
public CheckStringValueInDict ( string key, string value ) : bool | ||
key | string | |
value | string | |
return | bool |
public NextLevel ( string prop ) : |
||
prop | string | |
return |
public PropertyCommentChecker ( IEnumerable |
||
props | IEnumerable |
|
return | System |
protected PropertyCommentChecker ( int level, List |
||
level | int | |
props | List |
|
return | System |