C# Class LSystem.Rule

Show file Open project: FacepunchProgrammers/coderelay-audio Class Usage Examples

Public Methods

Method Description
MatchAndReplace ( int &start, List input, List output ) : bool
Rule ( List matchPattern, List replacementPattern ) : System.Collections.Generic

Method Details

MatchAndReplace() public method

public MatchAndReplace ( int &start, List input, List output ) : bool
start int
input List
output List
return bool

Rule() public method

public Rule ( List matchPattern, List replacementPattern ) : System.Collections.Generic
matchPattern List
replacementPattern List
return System.Collections.Generic