Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_SummaryFromAllRuns

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.SummaryFromAllRuns Property

List of summaries from all runs.

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

Syntax

C#

public IReadOnlyList<Summary> SummaryFromAllRuns { get; }

VB

Public ReadOnly Property SummaryFromAllRuns As IReadOnlyList(Of Summary)
	Get

F#

member SummaryFromAllRuns : IReadOnlyList<Summary> with get

Property Value

Type: IReadOnlyList(Summary)
The list of summaries from all runs.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally