IsAwaitableOrVoid
Gets a value indicating whether the return type of the method is either awaitable (see IsAwaitable) or void.
Declaration
public bool IsAwaitableOrVoid { get; }Property Value
| Type | Description |
|---|---|
| bool |
|
Gets a value indicating whether the return type of the method is either awaitable (see IsAwaitable) or void.
public bool IsAwaitableOrVoid { get; }| Type | Description |
|---|---|
| bool |
|