Share via


DelegateDeclarationSyntax.ParameterList 属性

定义

获取参数列表。

public:
 property Microsoft::CodeAnalysis::CSharp::Syntax::ParameterListSyntax ^ ParameterList { Microsoft::CodeAnalysis::CSharp::Syntax::ParameterListSyntax ^ get(); };
public Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax ParameterList { get; }
member this.ParameterList : Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax
Public ReadOnly Property ParameterList As ParameterListSyntax

属性值

适用于