Skip to content

M_CodeJam_PerfTests_Configs_ManualCompetitionConfig__ctor_1

andrewvk edited this page Nov 8, 2016 · 2 revisions

ManualCompetitionConfig Constructor (IConfig)

Initializes a new instance of the ManualCompetitionConfig class.

Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public ManualCompetitionConfig(
	IConfig config
)

VB

Public Sub New ( 
	config As IConfig
)

F#

new : 
        config : IConfig -> ManualCompetitionConfig

Parameters

 

config
Type: IConfig
The config to init from.

See Also

Reference

ManualCompetitionConfig Class
ManualCompetitionConfig Overload
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally