Skip to content

P_CodeJam_PerfTests_Running_Core_RunState_1_Item

andrewvk edited this page Nov 8, 2016 · 2 revisions

RunState(T).Item Property (IConfig)

Returns the running state for the current run.

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

Syntax

C#

public T this[
	IConfig config
] { get; }

VB

Public ReadOnly Default Property Item ( 
	config As IConfig
) As T
	Get

F#

member Item : 'T with get

Parameters

 

config
Type: IConfig
The config for the current run.

Property Value

Type: T
Run state object for the current run.

Return Value

Type: T
Run state object for the current run.

See Also

Reference

RunState(T) Class
Item Overload
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally