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
formatterTextFormatterThe text formatter that created this code
matchMatchThe match for the code's regex
regexRegexThe regex used to create this code
Returns
- Code
- Creates a new formatting code from the given regex and regex match.