a1eef93a 8b96 2c51 58f0 76b025af0d6f - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Public parameterized construction.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public HoleToken(
int offset,
int rating,
StringBuilder marker
)
- offset
- Type: System.Int32
The Offset within the whole source string. - rating
- Type: System.Int32
The Rating within the whole source string. - marker
- Type: System.Text.StringBuilder
The actual formatting statement consisting of the Symbol, an optional Lining and/or an optional Format.
This constructor initializes all properties according to provided parameters.
HoleToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.BaseToken(Int32, StringBuilder)
BaseToken.Parse(Int32, Int32, StringBuilder)