icsharpcode/ILSpy

Pointer arithmetic compound assignments

Open

#947 建立於 2017年10月30日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C# (25,162 star) (3,645 fork)batch import
C#DecompilerEnhancementHelp Wanted

描述

We don't support code like this:

someStruct.PointerField += i;
int* x = someStruct.PointerField++;

I'm not sure if it's worth adding support for these constructs -- these are two quite complex features interacting with each other; and such code is quite rare.

貢獻者指南

Pointer arithmetic compound assignments · icsharpcode/ILSpy#947 | Good First Issue