Click or drag to resize

IAwaiterTResult Interface

[Missing <summary> documentation for "T:Godot.IAwaiter`1"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public interface IAwaiter<out TResult> : INotifyCompletion

Type Parameters

TResult

[Missing <typeparam name="TResult"/> documentation for "T:Godot.IAwaiter`1"]

The IAwaiterTResult type exposes the following members.

Properties
  NameDescription
Public propertyIsCompleted
Top
Methods
  NameDescription
Public methodGetResult
Public methodOnCompleted (Inherited from INotifyCompletion.)
Top
See Also