SexyProxy.Emit.Tests.HandWritten.Sum C# (CSharp) 메소드

Sum() 공개 메소드

public Sum ( int first, int second ) : int
first int
second int
리턴 int
        public virtual int Sum(int first, int second)
        {
            return first + second;
        }