共用方式為


BaseMethodDeclarationSyntax.ParameterList 屬性

定義

取得參數清單。

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

屬性值

適用於