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

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
PropertyCommentChecker ( int level, List props ) : System

Private Methods

Méthode Description
CheckContained ( string prop ) : bool

Method Details

CheckKeyInDict() public méthode

public CheckKeyInDict ( string key ) : bool
key string
Résultat bool

CheckStringValueInArray() public méthode

public CheckStringValueInArray ( string value ) : bool
value string
Résultat bool

CheckStringValueInDict() public méthode

public CheckStringValueInDict ( string key, string value ) : bool
key string
value string
Résultat bool

NextLevel() public méthode

public NextLevel ( string prop ) : PropertyCommentChecker
prop string
Résultat PropertyCommentChecker

PropertyCommentChecker() public méthode

public PropertyCommentChecker ( ) : System
Résultat System

PropertyCommentChecker() public méthode

public PropertyCommentChecker ( IEnumerable props ) : System
props IEnumerable
Résultat System

PropertyCommentChecker() protected méthode

protected PropertyCommentChecker ( int level, List props ) : System
level int
props List
Résultat System