FunctionPointerTypeSyntax.ParameterList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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