C# 클래스 CompiledHandlebars.Compiler.Introspection.SymbolExtensions

파일 보기 프로젝트 열기: Noxum/CompiledHandlebars

공개 메소드들

메소드 설명
FindMember ( this symbol, string name ) : ITypeSymbol
GetElementSymbol ( this symbol ) : ITypeSymbol

Is used to get Symbols inside arrays, lists, enumerables etc.

IsString ( this symbol ) : bool

Is Type under the symbol a string

비공개 메소드들

메소드 설명
FindMemberRec ( this symbol, string name ) : ITypeSymbol

메소드 상세

FindMember() 공개 정적인 메소드

public static FindMember ( this symbol, string name ) : ITypeSymbol
symbol this
name string
리턴 ITypeSymbol

GetElementSymbol() 공개 정적인 메소드

Is used to get Symbols inside arrays, lists, enumerables etc.
public static GetElementSymbol ( this symbol ) : ITypeSymbol
symbol this
리턴 ITypeSymbol

IsString() 공개 정적인 메소드

Is Type under the symbol a string
public static IsString ( this symbol ) : bool
symbol this
리턴 bool