Closed maurizuki closed 1 year ago
Thanks for the suggestion! However, whether a method uses the async
modifier has no impact on the caller. It is purely an implementation detail and therefore not appropriate for API documentation, in my opinion. Note that learn.microsoft.com also does not include that keyword when documenting method signatures.
Hi! the method definition lacks the "async" modifier for asynchronous methods, for example a method defined as:
is rendered like:
I found this code snippet that should be useful:
KR