C# Class Nintenlord.Event_Assembler.Core.Code.Preprocessors.NopPreprocessor

Preproserror that does nothing.
Inheritance: IPreprocessor
ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
AddDefined ( string original ) : void
AddReserved ( string reserved ) : void
Dispose ( ) : void
Process ( string line, IInputStream inputStream ) : string

Method Details

AddDefined() public method

public AddDefined ( string original ) : void
original string
return void

AddReserved() public method

public AddReserved ( string reserved ) : void
reserved string
return void

Dispose() public method

public Dispose ( ) : void
return void

Process() public method

public Process ( string line, IInputStream inputStream ) : string
line string
inputStream IInputStream
return string