Skip to content

M_CodeJam_Option_1__ctor

andrewvk edited this page Apr 25, 2016 · 7 revisions

Option(T) Constructor

[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)

Syntax

C#

public Option(
	T value
)

VB

Public Sub New ( 
	value As T
)

F#

new : 
        value : 'T -> Option

Parameters

 

value
Type: T
The value.

See Also

Reference

Option(T) Structure
CodeJam Namespace

Clone this wiki locally