c# - Decompiling Unity IEnumerator correctly -
is there way decompile unity ienumerators,coroutines? or application including not free ones decompiling using dnspy or ilspy generate unity ienumerators this
[debuggerhidden] private ienumerator get_buy_steam_finish(ulong orderid) { shop.<get_buy_steam_finish>c__iterator31 <get_buy_steam_finish>c__iterator = new shop.<get_buy_steam_finish>c__iterator31(); <get_buy_steam_finish>c__iterator.orderid = orderid; <get_buy_steam_finish>c__iterator.<$>orderid = orderid; <get_buy_steam_finish>c__iterator.<>f__this = this; return <get_buy_steam_finish>c__iterator; }
it generate c_iterator
not valid @ all
Comments
Post a Comment