C# Class UnityEditor.iOS.Xcode.PBX.PropertyCommentChecker

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CheckKeyInDict ( string key ) : bool
CheckStringValueInArray ( string value ) : bool
CheckStringValueInDict ( string key, string value ) : bool
NextLevel ( string prop ) : PropertyCommentChecker
PropertyCommentChecker ( ) : System
PropertyCommentChecker ( IEnumerable props ) : System

Protected Methods

Method Description
PropertyCommentChecker ( int level, List props ) : System

Private Methods

Method Description
CheckContained ( string prop ) : bool

Method Details

CheckKeyInDict() public method

public CheckKeyInDict ( string key ) : bool
key string
return bool

CheckStringValueInArray() public method

public CheckStringValueInArray ( string value ) : bool
value string
return bool

CheckStringValueInDict() public method

public CheckStringValueInDict ( string key, string value ) : bool
key string
value string
return bool

NextLevel() public method

public NextLevel ( string prop ) : PropertyCommentChecker
prop string
return PropertyCommentChecker

PropertyCommentChecker() public method

public PropertyCommentChecker ( ) : System
return System

PropertyCommentChecker() public method

public PropertyCommentChecker ( IEnumerable props ) : System
props IEnumerable
return System

PropertyCommentChecker() protected method

protected PropertyCommentChecker ( int level, List props ) : System
level int
props List
return System