Click or drag to resize

ValueModifierT(String, String) Constructor

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

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

Parameters

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