AttributeArgumentListSyntax.WithArguments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::AttributeArgumentListSyntax ^ WithArguments(Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeArgumentSyntax ^> arguments);
public Microsoft.CodeAnalysis.CSharp.Syntax.AttributeArgumentListSyntax WithArguments (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeArgumentSyntax> arguments);
member this.WithArguments : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeArgumentSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.AttributeArgumentListSyntax
Public Function WithArguments (arguments As SeparatedSyntaxList(Of AttributeArgumentSyntax)) As AttributeArgumentListSyntax
Parameters
- arguments
- SeparatedSyntaxList<AttributeArgumentSyntax>
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.