You are here: Start » FIL.NET » Conditional<T> Class

Conditional<T> Class

Namespace:Ftl
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Conditional<T>()
Conditional<T>(T)

Properties

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

Methods

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

See also