CompiledHandlebars.Compiler.Introspection.Context.Context C# (CSharp) Method

Context() public method

public Context ( string fullPath, ITypeSymbol symbol ) : System.Collections.Generic
fullPath string
symbol ITypeSymbol
return System.Collections.Generic
        public Context(string fullPath, ITypeSymbol symbol)
        {
            FullPath = fullPath;
              Symbol = symbol;
        }
Context