Skip to content

Commit

Permalink
[c#] add AttributeArgument{List} to DotNetJsonAst (#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierpinho authored Jan 28, 2025
1 parent 428d667 commit 2a590e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ object DotNetJsonAst {

object Attribute extends BaseExpr

object AttributeArgumentList extends BaseExpr

object AttributeArgument extends BaseExpr

object ParenthesizedExpression extends BaseExpr

object Unknown extends DotNetParserNode
Expand Down

0 comments on commit 2a590e5

Please sign in to comment.