40973777 2e58 4b2c 9a33 12e67a2d8fb3 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Protected parameterized construction.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
protected BaseToken(
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.
BaseToken Class
BaseToken Overload
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.BaseToken(Int32, StringBuilder)
BaseToken.Parse(Int32, Int32, StringBuilder)