Click or drag to resize

Substituter(SubstituterInsert, Char) Constructor

Initializes a new instance of the Substituter class

Namespace: Scanjour.Workflow4.Common
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Substituter(
	SubstituterInsert inserter,
	char escapeChar
)

Parameters

inserter  SubstituterInsert

[Missing <param name="inserter"/> documentation for "M:Scanjour.Workflow4.Common.Substituter.#ctor(Scanjour.Workflow4.Common.Substituter.Insert,System.Char)"]

escapeChar  Char

[Missing <param name="escapeChar"/> documentation for "M:Scanjour.Workflow4.Common.Substituter.#ctor(Scanjour.Workflow4.Common.Substituter.Insert,System.Char)"]

See Also