C# Class ImgAzyobuziNet.Core.Compiler.Preprocess.SuppressWarningsCompileModule

Inheritance: ICompileModule
Show file Open project: azyobuzin/img.azyobuzi.net

Public Methods

Method Description
AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void
BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void

Method Details

AfterCompile() public method

public AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void
context Microsoft.Dnx.Compilation.CSharp.AfterCompileContext
return void

BeforeCompile() public method

public BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void
context Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext
return void