C# Class RssToolkit.Rss.CodeGeneration.RssBuildProvider

Inheritance: System.Web.Compilation.BuildProvider
ファイルを表示 Open project: Throy/derp-octo-robot

Public Methods

Method Description
GenerateCode ( AssemblyBuilder assemblyBuilder ) : void

Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder.

Method Details

GenerateCode() public method

Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder.
public GenerateCode ( AssemblyBuilder assemblyBuilder ) : void
assemblyBuilder System.Web.Compilation.AssemblyBuilder The assembly builder that references the source code generated by the build provider.
return void