Click or drag to resize

commandTreeDescription Constructor (String, graphNode)

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

Namespace:  imbACE.Core.commands.tree
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public commandTreeDescription(
	string __name,
	graphNode __parent
)
Request Example View Source

Parameters

__name
Type: SystemString
__parent
Type: graphNode
See Also