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

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

public CodeProfilingResults(
	List<CodeProfilerSection> sections
)

Parameters

sections
Type: System.Collections.Generic List CodeProfilerSection 
See Also