C# Class CompiledHandlebars.Compiler.Introspection.SymbolExtensions

Afficher le fichier Open project: Noxum/CompiledHandlebars

Méthodes publiques

Méthode 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

Méthode Description
FindMemberRec ( this symbol, string name ) : ITypeSymbol

Method Details

FindMember() public static méthode

public static FindMember ( this symbol, string name ) : ITypeSymbol
symbol this
name string
Résultat ITypeSymbol

GetElementSymbol() public static méthode

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

IsString() public static méthode

Is Type under the symbol a string
public static IsString ( this symbol ) : bool
symbol this
Résultat bool