IsAsync
Gets a value indicating whether the method has an async implementation, i.e. 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. has the async
modifier.
public bool? IsAsync { get; }
Type | Description |
---|---|
bool? |