Skip to content

M_CodeJam_PerfTests_Configs_AssemblyCompetitionConfig__ctor

andrewvk edited this page Nov 8, 2016 · 2 revisions

AssemblyCompetitionConfig Constructor

Initializes a new instance of the AssemblyCompetitionConfig class.

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

Syntax

C#

public AssemblyCompetitionConfig(
	Assembly targetAssembly
)

VB

Public Sub New ( 
	targetAssembly As Assembly
)

F#

new : 
        targetAssembly : Assembly -> AssemblyCompetitionConfig

Parameters

 

targetAssembly
Type: System.Reflection.Assembly
The assembly for which the config should be created.

See Also

Reference

AssemblyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally