40973777 2e58 4b2c 9a33 12e67a2d8fb3 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken Constructor (Int32, Int32, StringBuilder)

Protected parameterized construction.

Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

protected BaseToken(
	int offset,
	int rating,
	StringBuilder marker
)

Parameters

 

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.

Remarks

This constructor initializes all properties according to provided parameters.

See Also

Reference

BaseToken Class
BaseToken Overload
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.BaseToken(Int32, StringBuilder)
BaseToken.Parse(Int32, Int32, StringBuilder)

⚠️ **GitHub.com Fallback** ⚠️