Click or drag to resize

ICompilerComponent Interface

A component that is invoked during the compilation process.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public interface ICompilerComponent

The ICompilerComponent type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initialize compilation component.
Top
See Also