SexyProxy.Emit.Tests.HandWritten.DoSomethingAsync C# (CSharp) Method

DoSomethingAsync() public method

public DoSomethingAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public virtual async Task DoSomethingAsync()
        {
            await Task.Delay(1);
            DoSomethingAsyncCalled = true;
        }