Click or drag to resize

tagBlock Constructor

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

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public tagBlock(
	string __tag,
	string __name,
	string __description,
	tagBlock __parent
)
Request Example View Source

Parameters

__tag
Type: SystemString
__name
Type: SystemString
__description
Type: SystemString
__parent
Type: imbSCI.Core.reporting.render.coretagBlock
See Also