We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The analyser should ignore existing limit annotations.
Namespace: CodeJam.PerfTests.ConfigsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool IgnoreExistingAnnotations { get; set; }
VB
Public Property IgnoreExistingAnnotations As Boolean Get Set
F#
abstract IgnoreExistingAnnotations : bool with get, set override IgnoreExistingAnnotations : bool with get, set
Type: Booleantrue if the analyser should ignore existing limit annotations.
true
ICompetitionConfig.IgnoreExistingAnnotations
ManualCompetitionConfig ClassCodeJam.PerfTests.Configs Namespace