Property IsAwaitable
IsAwaitable
Gets a value indicating whether the return type of the method is awaitable, i.e. whether it can be used with the await
keyword.
Declaration
public bool IsAwaitable { get; }
Property Value
Type | Description |
---|---|
Boolean |