次の方法で共有


BaseParameterSyntax.WithAttributeLists メソッド

定義

public Microsoft.CodeAnalysis.CSharp.Syntax.BaseParameterSyntax WithAttributeLists (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists);
member this.WithAttributeLists : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.BaseParameterSyntax
Public Function WithAttributeLists (attributeLists As SyntaxList(Of AttributeListSyntax)) As BaseParameterSyntax

パラメーター

戻り値

適用対象