mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The main tree, tooltips, and search results once showed the parameter list of a parameterized property; the ambience lost that when property rendering went through the converted AST node, whose C# property syntax cannot carry parameters. Take the parameter list from the symbol instead and render it in parentheses (matching VB.NET usage syntax and distinguishing these properties from indexers). Assisted-by: Claude:claude-fable-5:Claude Codepull/3925/head
2 changed files with 26 additions and 0 deletions
Loading…
Reference in new issue