Click or drag to resize

ValueModifierT(String, NodeCheckerBase) Constructor

Constructor - takes over a format string or the path of an external IValueModifier dll and the assigned NodeCheckerBase.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public ValueModifier(
	
	string? formatStringOrValueModifierPath,
	
	NodeCheckerBase nodeCheckerBase
)

Parameters

formatStringOrValueModifierPath  String
Additional format string (analogue String.Format) or path to an IValueModifier dll
nodeCheckerBase  NodeCheckerBase
NodeCheckerBase whose ReturnObject is to be filtered or changed.
See also