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

DoSomething() public method

public DoSomething ( ) : void
return void
        public virtual void DoSomething()
        {
            DoSomethingCalled = true;
        }