ApprovalUtilities.Tests.Reflection.ReflectionUtilitiesTest.C.C C# (CSharp) Method

C() public method

public C ( string a, string b, string c ) : System
a string
b string
c string
return System
            public C(string a, string b, string c)
            {
                this.A = a;
                this.B = b;
                this.D = c;
            }
        }
ReflectionUtilitiesTest.C