Click or drag to resize

ResultT Class

Return a future result value from a C# coroutine (IEnumerable method).
Inheritance Hierarchy
SystemObject
  Result
    Demo3D.NativeResultT

Namespace:  Demo3D.Native
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public class Result<T> : Result

Type Parameters

T
The type of the future value.

The ResultT type exposes the following members.

Constructors
  NameDescription
Public methodResultT
Initializes a new instance of the ResultT class
Top
Properties
  NameDescription
Public propertyHasValue (Inherited from Result.)
Public propertyIsCancelled (Inherited from Result.)
Public propertyValue
The future value.
Top
Methods
  NameDescription
Public methodToString (Inherited from Result.)
Top
Operators
See Also