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

ClassWithPrivateCtor() static private method

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

Same methods

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