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

Optional<T> Class

Namespace:Atl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
Optional<T>()
Optional<T>(T)

Properties

 NameTypeDescription
HasValueSystem.BooleanInherited from Atl.NullableBase<T>
ValueTInherited from Atl.NullableBase<T>

Methods

 NameDescription
Equals(NullableBase<T>)Inherited from NullableBase<T>
Equals(object)Inherited from System.Object
Equals(Optional<T>)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
GetValueOrDefault()
GetValueOrDefault(T)
Release()
Reset()
Reset(T)
ToString()Inherited from System.Object

See also