C# 클래스 MS.Internal.Xml.XPath.Function

상속: AstNode
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Function ( FunctionType ftype ) : System
Function ( FunctionType ftype, ArrayList argumentList ) : System
Function ( FunctionType ftype, AstNode arg ) : System
Function ( string prefix, string name, ArrayList argumentList ) : System

메소드 상세

Function() 공개 메소드

public Function ( FunctionType ftype ) : System
ftype FunctionType
리턴 System

Function() 공개 메소드

public Function ( FunctionType ftype, ArrayList argumentList ) : System
ftype FunctionType
argumentList System.Collections.ArrayList
리턴 System

Function() 공개 메소드

public Function ( FunctionType ftype, AstNode arg ) : System
ftype FunctionType
arg AstNode
리턴 System

Function() 공개 메소드

public Function ( string prefix, string name, ArrayList argumentList ) : System
prefix string
name string
argumentList System.Collections.ArrayList
리턴 System