BaseArgumentListSyntax
csharp
public abstract class BaseArgumentListSyntaxProvides the base class from which the classes that represent argument list syntax nodes are derived. This is an abstract class.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public abstract SeparatedSyntaxList<ArgumentSyntax> ArgumentsSyntaxList of ArgumentSyntax nodes representing the list of arguments.
Methods (1)
public BaseArgumentListSyntax WithArguments(SeparatedSyntaxList<ArgumentSyntax> arguments)
Used by (2)
- ArgumentListSyntaxVixen.Raven
- BracketedArgumentListSyntaxVixen.Raven