Skip to content

M_CodeJam_PerfTests_CompetitionConfigAttribute__ctor_1

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionConfigAttribute Constructor (Type)

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#

public CompetitionConfigAttribute(
	Type configType
)

VB

Public Sub New ( 
	configType As Type
)

F#

new : 
        configType : Type -> CompetitionConfigAttribute

Parameters

 

configType
Type: System.Type
The type of the competition config. Should have a public constructor without parameters.

See Also

Reference

CompetitionConfigAttribute Class
CompetitionConfigAttribute Overload
CodeJam.PerfTests Namespace

Clone this wiki locally