C# Class Nintenlord.Event_Assembler.Core.Code.Preprocessors.BuiltInMacros.Pool

Inheritance: IMacro
ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
DumpPool ( ) : string[]
DumpPool ( System output ) : void
Equals ( IMacro other ) : bool
IsCorrectAmountOfParameters ( int amount ) : bool
Pool ( ) : System
Replace ( string parameters ) : string

Method Details

DumpPool() public method

public DumpPool ( ) : string[]
return string[]

DumpPool() public method

public DumpPool ( System output ) : void
output System
return void

Equals() public method

public Equals ( IMacro other ) : bool
other IMacro
return bool

IsCorrectAmountOfParameters() public method

public IsCorrectAmountOfParameters ( int amount ) : bool
amount int
return bool

Pool() public method

public Pool ( ) : System
return System

Replace() public method

public Replace ( string parameters ) : string
parameters string
return string