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);
        }