Ejemplo n.º 1
0
        static StackObject *Ctor_0(ILIntepreter __intp, StackObject *__esp, IList <object> __mStack, CLRMethod __method, bool isNewObj)
        {
            CSHotFix.Runtime.Enviorment.AppDomain __domain = __intp.AppDomain;
            StackObject *ptr_of_this_method;
            StackObject *__ret = ILIntepreter.Minus(__esp, 1);

            ptr_of_this_method = ILIntepreter.Minus(__esp, 1);
            System.Int32 @fixedLength = ptr_of_this_method->Value;


            var result_of_this_method = new Unity.Collections.NativeFixedLengthAttribute(@fixedLength);

            return(ILIntepreter.PushObject(__ret, __mStack, result_of_this_method));
        }
Ejemplo n.º 2
0
 static void set_FixedLength_0(ref object o, object v)
 {
     Unity.Collections.NativeFixedLengthAttribute _o = (Unity.Collections.NativeFixedLengthAttribute)o;
     _o.FixedLength = (System.Int32)v;
 }