FunctionPointerTypeSyntax.Parameters Property

Definition

SeparatedSyntaxList of ParameterSyntaxes representing the list of parameters and return type.

public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax> Parameters { get; }
member this.Parameters : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.ParameterSyntax>
Public ReadOnly Property Parameters As SeparatedSyntaxList(Of ParameterSyntax)

Property Value

Applies to