AssemblyToProcess.ClassWithStaticCtor.ClassWithStaticCtor C# (CSharp) Method

ClassWithStaticCtor() static private method

static private ClassWithStaticCtor ( ) : System
return System
        static ClassWithStaticCtor()
        {
            someField = "'supports static ctors' means it simply ignores them and do not break";
        }
ClassWithStaticCtor