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

Preproserror that does nothing.
Inheritance: IPreprocessor
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

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

Method Details

AddDefined() public méthode

public AddDefined ( string original ) : void
original string
Résultat void

AddReserved() public méthode

public AddReserved ( string reserved ) : void
reserved string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Process() public méthode

public Process ( string line, IInputStream inputStream ) : string
line string
inputStream IInputStream
Résultat string