C# Класс RssToolkit.Rss.CodeGeneration.RssBuildProvider

Наследование: System.Web.Compilation.BuildProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GenerateCode() публичный Метод

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.
Результат void