ResultT Class |
Namespace: Demo3D.Native
The ResultT type exposes the following members.
| Name | Description | |
|---|---|---|
| HasValue | (Inherited from Result.) | |
| IsCancelled | (Inherited from Result.) | |
| Value |
The future value.
|
| Name | Description | |
|---|---|---|
| ToString | (Inherited from Result.) |
| Name | Description | |
|---|---|---|
| (ResultT to T) |
Implicit conversion from Result.Value to value.
|