a1eef93a 8b96 2c51 58f0 76b025af0d6f - akesseler/Plexdata.Utilities.Templates GitHub Wiki

HoleToken Constructor

Public parameterized construction.

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

Syntax

C#

public HoleToken(
	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

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

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