Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Getters in PropertyDef #23

Closed
yck1509 opened this issue Jan 7, 2015 · 1 comment
Closed

Multiple Getters in PropertyDef #23

yck1509 opened this issue Jan 7, 2015 · 1 comment

Comments

@yck1509
Copy link
Contributor

yck1509 commented Jan 7, 2015

According to the standard, multiple getters/setters/etc... in a property/event is not forbidden, and is verifiable by peverify. However, PropertyDef.GetMethod returns only one of them, and other methods just have IsGetter set.
ILSpy fails to display the remaining methods because it hides members according to IsGetter flag. It would be more convenient to add a GetMethods/SetMethods property to expose the remaining methods.

0xd4d pushed a commit that referenced this issue Jan 8, 2015
@0xd4d
Copy link
Collaborator

0xd4d commented Jan 8, 2015

I've now added GetMethods / SetMethods props.

@0xd4d 0xd4d closed this as completed Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant