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

ClassWithPrivateCtor3() static private method

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

Same methods

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