C# 클래스 RssToolkit.Rss.CodeGeneration.RssBuildProvider

상속: System.Web.Compilation.BuildProvider
파일 보기 프로젝트 열기: Throy/derp-octo-robot

공개 메소드들

메소드 설명
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