-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_CompetitionConfigAttribute__ctor_1
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#
public CompetitionConfigAttribute(
Type configType
)
VB
Public Sub New (
configType As Type
)
F#
new :
configType : Type -> CompetitionConfigAttribute
- configType
- Type: System.Type
The type of the competition config. Should have a public constructor without parameters.
CompetitionConfigAttribute Class
CompetitionConfigAttribute Overload
CodeJam.PerfTests Namespace