You are here: Start » AVL.NET » Optional<T> Class
Optional<T> Class
| Namespace: | Atl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Constructors
| Constructor | Description | |
|---|---|---|
| Optional<T>() | ||
| Optional<T>(T) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| HasValue | System.Boolean | Inherited from Atl.NullableBase<T> | |
| Value | T | Inherited from Atl.NullableBase<T> | 
Methods
| Name | Description | |
|---|---|---|
| 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 | 
