QuickCheck.TestArgs.TestArgs C# (CSharp) Method

TestArgs() public method

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