-
Couldn't load subscription status.
- Fork 35
M_CodeJam_PerfTests_Configs_AssemblyCompetitionConfig__ctor
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
C#
public AssemblyCompetitionConfig(
Assembly targetAssembly
)VB
Public Sub New (
targetAssembly As Assembly
)F#
new :
targetAssembly : Assembly -> AssemblyCompetitionConfig
- targetAssembly
- Type: System.Reflection.Assembly
The assembly for which the config should be created.
AssemblyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace