Delegate Code.Constructor
- Namespace
- MLEM.Formatting.Codes
- Assembly
- MLEM.dll
Creates a new formatting code from the given regex and regex match. Codes
public delegate Code Code.Constructor(TextFormatter formatter, Match match, Regex regex)
Parameters
formatter
TextFormatterThe text formatter that created this code
match
MatchThe match for the code's regex
regex
RegexThe regex used to create this code
Returns
- Code
- Creates a new formatting code from the given regex and regex match.