IFunctionPointerTypeSymbol.Signature Property

Definition

Gets the signature of the function pointed to by an instance of the function pointer type.

public Microsoft.CodeAnalysis.IMethodSymbol Signature { get; }
member this.Signature : Microsoft.CodeAnalysis.IMethodSymbol
Public ReadOnly Property Signature As IMethodSymbol

Property Value

Applies to