C# 클래스 System.Xml.Xsl.Xslt.Scripts

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
ResolveFunction ( string name, string ns, int numArgs, IErrorHelper errorHelper ) : XmlExtensionFunction
Scripts ( Compiler compiler ) : System.Collections.Generic

메소드 상세

ResolveFunction() 공개 메소드

public ResolveFunction ( string name, string ns, int numArgs, IErrorHelper errorHelper ) : XmlExtensionFunction
name string
ns string
numArgs int
errorHelper IErrorHelper
리턴 System.Xml.Xsl.Runtime.XmlExtensionFunction

Scripts() 공개 메소드

public Scripts ( Compiler compiler ) : System.Collections.Generic
compiler Compiler
리턴 System.Collections.Generic