interface ITest{ /// <summary> /// Test Message. /// </summary> /// <returns>A Task representing the asynchronous operation.</returns> Task Test(); }
class Test : ITest{ public async Task Test(){ return Task.CompletedTask(); } }
class Test : ITest{ public Task Test(){ return Task.CompletedTask(); } }
public async Task<bool> TestResultAsync()
public Task<bool> TestResultAsync()
else if(IsAsyncMethod()) { this.WriteLine(Context.ExecMacro("$(MethodName.Words.ExceptLastPascalCase)") + " as an asynchronous operation."); }
else if(!Context.CurrentCodeElement.IsNew && Context.HasInheritedTagText("summary")) { this.WriteLine(Context.GetInheritedTagText("summary")); }
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add customer-service@submain.com to your trusted senders list in your email software.