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

ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
Equals ( IMacro other ) : bool
IsCorrectAmountOfParameters ( int amount ) : bool
Replace ( string parameters ) : string

Method Details

Equals() public method

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

IsCorrectAmountOfParameters() public method

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

Replace() public method

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