Skip to content

P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_IgnoreExistingAnnotations

andrewvk edited this page Nov 8, 2016 · 2 revisions

ReadOnlyCompetitionConfig.IgnoreExistingAnnotations Property

The analyser should ignore existing limit annotations.

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

Syntax

C#

public bool IgnoreExistingAnnotations { get; }

VB

Public ReadOnly Property IgnoreExistingAnnotations As Boolean
	Get

F#

abstract IgnoreExistingAnnotations : bool with get
override IgnoreExistingAnnotations : bool with get

Property Value

Type: Boolean
true if the analyser should ignore existing limit annotations.

Implements

ICompetitionConfig.IgnoreExistingAnnotations

See Also

Reference

ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally