System.Tests.ActivatorTestsExtended.ClassWithPrivateCtor2.ClassWithPrivateCtor2 C# (CSharp) 메소드

ClassWithPrivateCtor2() 정적인 개인적인 메소드

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

Same methods

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