Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Please, choose what is true about async methods:
The caller of a void-returning async method can't await it
If the method with async modifier doesn't contain an await expression or statement the compiler will generate a compilation error.
Without an await expression or statement a method with async modifier will execute synchronously.
async method can declare in, ref and out parameters
An async method runs asynchronously until it reaches its first await expression
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!