C# 클래스 MvvmCross.Binding.Parse.PropertyPath.MvxPropertyPathParser

상속: MvvmCross.Platform.Parse.MvxParser
파일 보기 프로젝트 열기: MvvmCross/MvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
MakeSafe ( string textToParse ) : string
Parse ( string textToParse ) : IList

보호된 메소드들

메소드 설명
Reset ( string textToParse ) : void

비공개 메소드들

메소드 설명
ParseIndexer ( ) : void
ParseIntegerIndexer ( ) : void
ParseNextToken ( ) : void
ParsePropertyName ( ) : void
ParseQuotedStringIndexer ( ) : void
ParseUnquotedStringIndexer ( ) : void
SkipWhitespaceAndPeriods ( ) : void

메소드 상세

MakeSafe() 공개 정적인 메소드

public static MakeSafe ( string textToParse ) : string
textToParse string
리턴 string

Parse() 공개 메소드

public Parse ( string textToParse ) : IList
textToParse string
리턴 IList

Reset() 보호된 메소드

protected Reset ( string textToParse ) : void
textToParse string
리턴 void