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

ClassWithPrivateCtor() public method

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

Same methods

ActivatorTestsExtended.ClassWithPrivateCtor::ClassWithPrivateCtor ( ) : System
ActivatorTestsExtended.ClassWithPrivateCtor