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

ClassWithPrivateCtor2() static private method

static private ClassWithPrivateCtor2 ( ) : System
return System
            static ClassWithPrivateCtor2() { Flag.Reset(100); }
            private ClassWithPrivateCtor2() { Flag.Increase(200); }

Same methods

ActivatorTestsExtended.ClassWithPrivateCtor2::ClassWithPrivateCtor2 ( int i ) : System
ActivatorTestsExtended.ClassWithPrivateCtor2