Skip to content

M_CodeJam_PerfTests_CompetitionConfigAttribute__ctor

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionConfigAttribute Constructor (Func(ICompetitionConfig))

Initializes a new instance of the CompetitionConfigAttribute class.

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

Syntax

C#

protected CompetitionConfigAttribute(
	Func<ICompetitionConfig> configFactory
)

VB

Protected Sub New ( 
	configFactory As Func(Of ICompetitionConfig)
)

F#

new : 
        configFactory : Func<ICompetitionConfig> -> CompetitionConfigAttribute

Parameters

 

configFactory
Type: System.Func(ICompetitionConfig)
Instance of the competition config.

See Also

Reference

CompetitionConfigAttribute Class
CompetitionConfigAttribute Overload
CodeJam.PerfTests Namespace

Clone this wiki locally