You are here: Start » NullableBase<T> Class
NullableBase<T> Class
| Namespace: | Atl | 
|---|---|
| Assembly: | AvlNet.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 | 

