System.Xml.Xsl.Xslt.QilGenerator.PhantomKeyMatch C# (CSharp) Method

PhantomKeyMatch() private method

private PhantomKeyMatch ( ) : QilNode
return QilNode
        private QilNode PhantomKeyMatch()
        {
            return _f.TypeAssert(_f.Sequence(), T.NodeNotRtfS);
        }
QilGenerator