Click or drag to resize
Counter Constructor
Initializes a new counter starting at 0, with the given id.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Counter(
	string id
)

Parameters

id
Type: System.String
id the name of the counter
See Also