Click or drag to resize

CoroutineTValue Property

Gets the current value of the IEnumerator, if one exists, otherwise it's null.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T Value { get; }

Property Value

Type: T
See Also