FunctionPointerTypeSyntax.ParameterList Property

Definition

List of the parameter types and return type of the function pointer.

public Microsoft.CodeAnalysis.CSharp.Syntax.FunctionPointerParameterListSyntax ParameterList { get; }
member this.ParameterList : Microsoft.CodeAnalysis.CSharp.Syntax.FunctionPointerParameterListSyntax
Public ReadOnly Property ParameterList As FunctionPointerParameterListSyntax

Property Value

Applies to