-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_CompetitionConfigAttribute__ctor
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
C#
protected CompetitionConfigAttribute(
Func<ICompetitionConfig> configFactory
)
VB
Protected Sub New (
configFactory As Func(Of ICompetitionConfig)
)
F#
new :
configFactory : Func<ICompetitionConfig> -> CompetitionConfigAttribute
- configFactory
- Type: System.Func(ICompetitionConfig)
Instance of the competition config.
CompetitionConfigAttribute Class
CompetitionConfigAttribute Overload
CodeJam.PerfTests Namespace