QuickCheck.TestArgs.TestArgs C# (CSharp) Méthode

TestArgs() public méthode

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