StopwatchCollectionFind Method |
Within this stopwatch collection, find the stopwatch with the provided name.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public StopwatchCollection Find(
string name
)
Public Function Find (
name As String
) As StopwatchCollection
public:
StopwatchCollection^ Find(
String^ name
)
Parameters
- name
- Type: SystemString
Name of stopwatch to find
Return Value
Type:
StopwatchCollectionStopwatch with name, or null if not found.
See Also