-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Option_1__ctor
andrewvk edited this page Mar 22, 2016
·
7 revisions
[This is preliminary documentation and is subject to change.]
Initializes a new instance to the specified value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Option(
T value
)
VB
Public Sub New (
value As T
)
F#
new :
value : 'T -> Option
- value
- Type: T
[Missing documentation for "M:CodeJam.Option1.#ctor(
0)"]