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