Click or drag to resize

IAwaitableTResult Interface

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

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

Type Parameters

TResult

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

The IAwaitableTResult type exposes the following members.

Methods
  NameDescription
Public methodGetAwaiter
Top
See Also