You are here: Start » FIL.NET » NullableBase<T> Class
NullableBase<T> Class
Namespace: | Ftl |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | NullableBase<T>() | |
![]() | NullableBase<T>(T) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | HasValue | System.Boolean | |
![]() | Value | T |
Methods
Name | Description | |
---|---|---|
![]() | 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 |