AOUT.CH5.Logan.Tests.MytestableComplicatedInterface.Method1 C# (CSharp) Method

Method1() public method

public Method1 ( string a, string b, bool c, int x, object o ) : void
a string
b string
c bool
x int
o object
return void
        public void Method1(string a, string b, bool c, int x, object o)
        {
            meth1_a = a;
            meth1_b = b;
            meth1_c = c;
            meth1_x = x;
            meth1_0 = 0;
        }
MytestableComplicatedInterface