System.Tests.ActivatorTestsExtended.ClassWithPrivateCtor2.ClassWithPrivateCtor2 C# (CSharp) Method

ClassWithPrivateCtor2() public method

public ClassWithPrivateCtor2 ( int i ) : System
i int
return System
            public ClassWithPrivateCtor2(int i) { Flag.Increase(300); }
        }

Same methods

ActivatorTestsExtended.ClassWithPrivateCtor2::ClassWithPrivateCtor2 ( ) : System
ActivatorTestsExtended.ClassWithPrivateCtor2