Table of Contents

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 TextFormatter

The text formatter that created this code

match Match

The match for the code's regex

regex Regex

The regex used to create this code

Returns

Code
Creates a new formatting code from the given regex and regex match.