DelegateProfiler Constructor Delta Engine Documentation
Initializes a new instance of the DelegateProfiler class

Namespace: DeltaEngine.Profiling
Assembly: DeltaEngine.Profiling (in DeltaEngine.Profiling.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public DelegateProfiler(
	Action testDelegate,
	int iterations = 1000
)
See Also