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

Logic_StartElement() приватный Метод

private Logic_StartElement ( XamlType xamlType, string xamlNamespace ) : XamlNode
xamlType XamlType
xamlNamespace string
Результат XamlNode
        private XamlNode Logic_StartElement (XamlType xamlType, string xamlNamespace)
        {
            this._context.PushScope();
            this._context.CurrentType = xamlType;
            this._context.CurrentTypeNamespace = xamlNamespace;
            return new XamlNode(XamlNodeType.StartObject, xamlType);
        }