Click or drag to resize

StopwatchCollectionAddChild Method

Add a child to the list of stopwatches. A watch can only be added once to the list. A watch can only be a child of one other collection. The child can not be running.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void AddChild(
	StopwatchCollection watch
)

Parameters

watch
Type: DHI.Mike1D.GenericStopwatchCollection
See Also