-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Option_1_Value
andrewvk edited this page Jun 23, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Gets the value of the current object.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public T Value { get; }
VB
Public ReadOnly Property Value As T
Get
F#
abstract Value : 'T with get
override Value : 'T with get
Type: T