-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_PerfTests_Running_Core_RunState_1_Item
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
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
- config
- Type: IConfig
The config for the current run.
Type: T
Run state object for the current run.
Type: T
Run state object for the current run.
RunState(T) Class
Item Overload
CodeJam.PerfTests.Running.Core Namespace