Click or drag to resize

conversionRuleSet Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the conversionRuleSet class

Namespace:  imbSCI.Core.syntax.converter.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public conversionRuleSet(
	folderNode _in,
	folderNode _out
)
Request Example View Source

Parameters

_in
Type: imbSCI.Core.files.foldersfolderNode
_out
Type: imbSCI.Core.files.foldersfolderNode
See Also