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

NullableBase<T> Class

Namespace:Ftl
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
NullableBase<T>()
NullableBase<T>(T)

Properties

 NameTypeDescription
HasValueSystem.Boolean
ValueT

Methods

 NameDescription
Equals(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