C# 클래스 Castle.Components.DictionaryAdapter.XPathFunctionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
XPathFunctionAttribute ( string name, Type functionType ) : System

보호된 메소드들

메소드 설명
XPathFunctionAttribute ( string name ) : System

메소드 상세

XPathFunctionAttribute() 보호된 메소드

protected XPathFunctionAttribute ( string name ) : System
name string
리턴 System

XPathFunctionAttribute() 공개 메소드

public XPathFunctionAttribute ( string name, Type functionType ) : System
name string
functionType System.Type
리턴 System