Alba.Jaml.MSInternal.MePullParser.Logic_EndPositionalParameters C# (CSharp) Method

Logic_EndPositionalParameters() private method

private Logic_EndPositionalParameters ( ) : XamlNode
return XamlNode
        private XamlNode Logic_EndPositionalParameters ()
        {
            //XamlType currentType = this._context.CurrentType;
            this._context.CurrentArgCount = 0;
            this._context.CurrentMember = null;
            return new XamlNode(XamlNodeType.EndMember);
        }