CompiledHandlebars.Compiler.Introspection.Context.Context C# (CSharp) Méthode

Context() public méthode

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