Alba.Jaml.MSInternal.XamlParserContext.XamlParserContext C# (CSharp) Метод

XamlParserContext() публичный Метод

public XamlParserContext ( XamlSchemaContext schemaContext, Assembly localAssembly ) : System
schemaContext XamlSchemaContext
localAssembly Assembly
Результат 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;
        }