System.Xml.Xsl.Xslt.XsltLoader.XslOtherwise C# (CSharp) Method

XslOtherwise() private method

private XslOtherwise ( ) : XslNode
return XslNode
        private XslNode XslOtherwise()
        {
            ContextInfo ctxInfo = _input.GetAttributes();
            return SetInfo(f.Otherwise(), LoadInstructions(), ctxInfo);
        }