C# Class Sage.Extensibility.XmlProviderAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
XmlProviderAttribute ( string resourceName ) : System

Initializes a new instance of the XmlProviderAttribute class, using

Method Details

XmlProviderAttribute() public method

Initializes a new instance of the XmlProviderAttribute class, using
public XmlProviderAttribute ( string resourceName ) : System
resourceName string The name of the resource that the method provides.
return System