IsAsync
Gets a value indicating whether the method has an async implementation, i.e., whether it has the async modifier.
Declaration
public bool? IsAsync { get; }Property Value
| Type | Description |
|---|---|
| bool? |
|
Gets a value indicating whether the method has an async implementation, i.e., whether it has the async modifier.
public bool? IsAsync { get; }| Type | Description |
|---|---|
| bool? |
|