We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
source:
class A { public string value { get; set; } public string not_value { get; set; } }
ilspy:
private class A { public string value { [CompilerGenerated] get { return <value>k__BackingField; } [CompilerGenerated] set { this.<value>k__BackingField = value; } } public string not_value { get; set; } }
ilspy version: 6.1.0.5969
The text was updated successfully, but these errors were encountered:
36a4329
#2100: clean up
52e633f
Fix icsharpcode#2100: 'value'-named auto property could not be recogn…
9b9da7c
…ized correctly.
No branches or pull requests
source:
ilspy:
ilspy version: 6.1.0.5969
The text was updated successfully, but these errors were encountered: