QuickCheck.TestArgs.TestArgs C# (CSharp) 메소드

TestArgs() 공개 메소드

public TestArgs ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System
        public TestArgs(MethodInfo method, params object[] args)
        {
            m_Method = method;
            m_Args = args;
        }