Alba.Jaml.MSInternal.XamlParserContext.XamlParserContext C# (CSharp) Méthode

XamlParserContext() public méthode

public XamlParserContext ( XamlSchemaContext schemaContext, Assembly localAssembly ) : System
schemaContext XamlSchemaContext
localAssembly Assembly
Résultat System
        public XamlParserContext (XamlSchemaContext schemaContext, Assembly localAssembly)
            : base(schemaContext)
        {
            this._stack = new XamlContextStack<XamlParserFrame>(() => new XamlParserFrame());
            this._prescopeNamespaces = new Dictionary<string, string>();
            base._localAssembly = localAssembly;
        }