AssemblyToProcess.ClassWithManyCtors.ClassWithManyCtors C# (CSharp) Метод

ClassWithManyCtors() публичный Метод

public ClassWithManyCtors ( ) : System
Результат System
        public ClassWithManyCtors()
        {
            TestString = InjectedService.GetStringFromService();
        }

Same methods

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