-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_PerfTests_Configs_ManualCompetitionConfig
andrewvk edited this page Nov 8, 2016
·
2 revisions
The ManualCompetitionConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add(IColumn[]) | (Inherited from ManualConfig.) |
![]() |
Add(IExporter[]) | (Inherited from ManualConfig.) |
![]() |
Add(ILogger[]) | (Inherited from ManualConfig.) |
![]() |
Add(IDiagnoser[]) | (Inherited from ManualConfig.) |
![]() |
Add(IAnalyser[]) | (Inherited from ManualConfig.) |
![]() |
Add(IValidator[]) | (Inherited from ManualConfig.) |
![]() |
Add(IJob[]) | (Inherited from ManualConfig.) |
![]() |
Add(IConfig) | Fills properties from the specified config. |
![]() |
AsReadOnly | Returns read-only wrapper for the config. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetAnalysers | (Inherited from ManualConfig.) |
![]() |
GetColumns | (Inherited from ManualConfig.) |
![]() |
GetDiagnosers | (Inherited from ManualConfig.) |
![]() |
GetExporters | (Inherited from ManualConfig.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetJobs | (Inherited from ManualConfig.) |
![]() |
GetLoggers | (Inherited from ManualConfig.) |
![]() |
GetOrderProvider | (Inherited from ManualConfig.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValidators | (Inherited from ManualConfig.) |
![]() |
Set | (Inherited from ManualConfig.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
AsReadOnly | Creates read-only wrapper for the config. (Defined by BenchmarkHelpers.) |
ManualCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace