C# 클래스 System.Xml.Xsl.Qil.QilInvokeEarlyBound

A function invocation node which reperesents a call to an early bound Clr function.
상속: QilTernary
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
QilInvokeEarlyBound ( QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType ) : System

Construct a new node

메소드 상세

QilInvokeEarlyBound() 공개 메소드

Construct a new node
public QilInvokeEarlyBound ( QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType ) : System
nodeType QilNodeType
name QilNode
method QilNode QilLiteral containing the Clr MethodInfo for the early bound function
arguments QilNode
resultType XmlQueryType
리턴 System