Click or drag to resize

ICompilerInput Interface

An input to the compiler.

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

The ICompilerInput type exposes the following members.

Properties
  NameDescription
Public propertyName
Logical name of the input. For example, name of the file.
Top
Methods
  NameDescription
Public methodOpen
Prepare input for reading.
Top
See Also