-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Columns_CompetitionLimitColumn_IsAvailable
andrewvk edited this page Nov 8, 2016
·
2 revisions
Can provide values for the specified summary.
Namespace: CodeJam.PerfTests.Columns
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool IsAvailable(
Summary summary
)
VB
Public Function IsAvailable (
summary As Summary
) As Boolean
F#
abstract IsAvailable :
summary : Summary -> bool
override IsAvailable :
summary : Summary -> bool
- summary
- Type: Summary
Summary for the run.
Type: Booleantrue
if can provide values for the specified summary.
IColumn.IsAvailable(Summary)
CompetitionLimitColumn Class
CodeJam.PerfTests.Columns Namespace