Example #1
0
        public override MethodDesc GetStaticConstructor()
        {
            MethodDesc typicalCctor = _typeDef.GetStaticConstructor();

            if (typicalCctor == null)
            {
                return(null);
            }
            return(_typeDef.Context.GetMethodForInstantiatedType(typicalCctor, this));
        }