System.Xml.Xsl.Qil.QilPatternFactory.XsltInvokeEarlyBound C# (CSharp) Méthode

XsltInvokeEarlyBound() public méthode

public XsltInvokeEarlyBound ( QilNode name, MethodInfo d, XmlQueryType t, IList args ) : QilNode
name QilNode
d System.Reflection.MethodInfo
t XmlQueryType
args IList
Résultat QilNode
        public QilNode XsltInvokeEarlyBound(QilNode name, MethodInfo d, XmlQueryType t, IList<QilNode> args) {
            QilList list = f.ActualParameterList();
            list.Add(args);
            return f.XsltInvokeEarlyBound(name, f.LiteralObject(d), list, t);
        }