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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -