C# Class CompiledHandlebars.Compiler.Introspection.SymbolExtensions

Show file Open project: Noxum/CompiledHandlebars

Public Methods

Method Description
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

Private Methods

Method Description
FindMemberRec ( this symbol, string name ) : ITypeSymbol

Method Details

FindMember() public static method

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

GetElementSymbol() public static method

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

IsString() public static method

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