C# Class Castle.Components.DictionaryAdapter.XPathFunctionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

Méthodes publiques

Méthode Description
XPathFunctionAttribute ( string name, Type functionType ) : System

Méthodes protégées

Méthode Description
XPathFunctionAttribute ( string name ) : System

Method Details

XPathFunctionAttribute() protected méthode

protected XPathFunctionAttribute ( string name ) : System
name string
Résultat System

XPathFunctionAttribute() public méthode

public XPathFunctionAttribute ( string name, Type functionType ) : System
name string
functionType System.Type
Résultat System