AssemblyToProcess.ClassWithManyCtors.ClassWithManyCtors C# (CSharp) Method

ClassWithManyCtors() public method

public ClassWithManyCtors ( ) : System
return System
        public ClassWithManyCtors()
        {
            TestString = InjectedService.GetStringFromService();
        }

Same methods

ClassWithManyCtors::ClassWithManyCtors ( string arg ) : System
ClassWithManyCtors::ClassWithManyCtors ( string arg1, string arg2 ) : System
ClassWithManyCtors