C# 클래스 UnityEditor.iOS.Xcode.PBX.PropertyCommentChecker

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
CheckKeyInDict ( string key ) : bool
CheckStringValueInArray ( string value ) : bool
CheckStringValueInDict ( string key, string value ) : bool
NextLevel ( string prop ) : PropertyCommentChecker
PropertyCommentChecker ( ) : System
PropertyCommentChecker ( IEnumerable props ) : System

보호된 메소드들

메소드 설명
PropertyCommentChecker ( int level, List props ) : System

비공개 메소드들

메소드 설명
CheckContained ( string prop ) : bool

메소드 상세

CheckKeyInDict() 공개 메소드

public CheckKeyInDict ( string key ) : bool
key string
리턴 bool

CheckStringValueInArray() 공개 메소드

public CheckStringValueInArray ( string value ) : bool
value string
리턴 bool

CheckStringValueInDict() 공개 메소드

public CheckStringValueInDict ( string key, string value ) : bool
key string
value string
리턴 bool

NextLevel() 공개 메소드

public NextLevel ( string prop ) : PropertyCommentChecker
prop string
리턴 PropertyCommentChecker

PropertyCommentChecker() 공개 메소드

public PropertyCommentChecker ( ) : System
리턴 System

PropertyCommentChecker() 공개 메소드

public PropertyCommentChecker ( IEnumerable props ) : System
props IEnumerable
리턴 System

PropertyCommentChecker() 보호된 메소드

protected PropertyCommentChecker ( int level, List props ) : System
level int
props List
리턴 System