Persistate API documentation
CallTreeData Constructor (treeCallContained, treeCallAssociated, rootFirst, parameters)
NamespacesPersistateCallTreeDataCallTreeData(TreeCallContained, TreeCallAssociated, Boolean, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Creates a CallTreeData object with all data specified.
Declaration Syntax
C#
public CallTreeData(
	TreeCallContained treeCallContained,
	TreeCallAssociated treeCallAssociated,
	bool rootFirst,
	params Object[] parameters
)
Parameters
treeCallContained (TreeCallContained)
A delegate to call for all contained nodes. If this is null, a default delegate is supplied which does nothing.
treeCallAssociated (TreeCallAssociated)
A delegate to call for all associated nodes. If this is null, a default delegate is supplied which does nothing.
rootFirst (Boolean)
If true, CallTree will descend the persstent tree in root first order, otherwise in root last order.
parameters (array<Object>[]()[][])
One or more general parameters to be used by the delegates.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)