naasking / CIL

A simple CIL bytecode processing library
GNU Lesser General Public License v2.1
10 stars 3 forks source link

CIL.Expressions: Property access #1

Closed exyi closed 6 years ago

exyi commented 6 years ago

An expression when you access a property should be decompiled into Expression.Property(TheProperty) rather than Expression.Call(get_TheProperty).

naasking commented 6 years ago

Pretty simple, change has been pushed.