DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
StopwatchCollection Class
StopwatchCollection Methods
AddChild Method
Find Method
GetEnumerator Method
PrintTimings Method
RemoveChild Method
Reset Method
ResetAll Method
Start Method
Stop Method
StopAll Method
StopwatchCollection
RemoveChild Method
Removes a child from the list of stopwatches. 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#
Copy
public
bool
RemoveChild
(
StopwatchCollection
watch
)
Parameters
watch
Type:
DHI.Mike1D.Generic
StopwatchCollection
watch to remove
Return Value
Type:
Boolean
true if watch was found and removed, false otherwise
See Also
Reference
StopwatchCollection Class
DHI.Mike1D.Generic Namespace