icsharpcode/ILSpy

Pointer arithmetic compound assignments

Open

#947 aperta il 30 ott 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C# (3645 fork)batch import
C#DecompilerEnhancementHelp Wanted

Metriche repository

Star
 (25.162 star)
Metriche merge PR
 (Merge medio 15g 22h) (61 PR mergiate in 30 g)

Descrizione

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.

Guida contributor