1
Answer

What will happen if declared aysnc and await both time in the method.

What will happen if declared aysnc and await both time in the method decorator.like below

 

pulic static async await Method()

{

}

Answers (1)