Esempio n. 1
0
        public override object __hx_setField(string field, int hash, object @value, bool handleProperties)
        {
            unchecked {
                                #line 8 "/my-component/src/financecalculator/FinanceCalculator.hx"
                switch (hash)
                {
                case 1102715029:
                {
                                                #line 8 "/my-component/src/financecalculator/FinanceCalculator.hx"
                    this.calc = ((global::financecalculator.FinCalc)(@value));
                                                #line 8 "/my-component/src/financecalculator/FinanceCalculator.hx"
                    return(@value);
                }


                case 858513194:
                {
                                                #line 8 "/my-component/src/financecalculator/FinanceCalculator.hx"
                    this.maglev = ((global::maglev.MagLev)(@value));
                                                #line 8 "/my-component/src/financecalculator/FinanceCalculator.hx"
                    return(@value);
                }


                default:
                {
                                                #line 8 "/my-component/src/financecalculator/FinanceCalculator.hx"
                    return(base.__hx_setField(field, hash, @value, handleProperties));
                }
                }
            }
                        #line default
        }
 protected static void __hx_ctor_financecalculator_FinCalc(global::financecalculator.FinCalc __hx_this)
 {
 }