C# 클래스 Alba.Jaml.MSInternal.GenericTypeNameParser

파일 보기 프로젝트 열기: Athari/Alba.Jaml 1 사용 예제들

공개 메소드들

메소드 설명
GenericTypeNameParser ( string>.Func prefixResolver ) : System
ParseIfTrivalName ( string text, string>.Func prefixResolver, string &error ) : XamlTypeName
ParseList ( string text, string &error ) : IList
ParseName ( string text, string &error ) : XamlTypeName

비공개 메소드들

메소드 설명
Callout_EndOfType ( ) : void
Callout_FoundName ( string prefix, string name ) : void
Callout_Subscript ( string subscript ) : void
CollectNameFromStack ( ) : XamlTypeName
CollectNameListFromStack ( ) : IList
P_NameListExt ( ) : void
P_RepeatingSubscript ( ) : void
P_SimpleTypeName ( ) : void
P_TypeParameters ( ) : void
P_XamlTypeName ( ) : void
P_XamlTypeNameList ( ) : void
StartStack ( ) : void
ThrowOnBadInput ( ) : void

메소드 상세

GenericTypeNameParser() 공개 메소드

public GenericTypeNameParser ( string>.Func prefixResolver ) : System
prefixResolver string>.Func
리턴 System

ParseIfTrivalName() 공개 정적인 메소드

public static ParseIfTrivalName ( string text, string>.Func prefixResolver, string &error ) : XamlTypeName
text string
prefixResolver string>.Func
error string
리턴 XamlTypeName

ParseList() 공개 메소드

public ParseList ( string text, string &error ) : IList
text string
error string
리턴 IList

ParseName() 공개 메소드

public ParseName ( string text, string &error ) : XamlTypeName
text string
error string
리턴 XamlTypeName