You are here: Start » AVL.NET » Optional<T> Constructor

Optional<T> Constructor

Namespace:Atl
Assembly:AvlNet.Types.dll

Syntax

public Optional
(
	Conditional<T> value
)

Parameters

Name Type Range Default Description
valueAtl.Conditional<T>

See also