共用方式為


FunctionPointerParameterSyntax.WithType(TypeSyntax) 方法

定義

public Microsoft.CodeAnalysis.CSharp.Syntax.FunctionPointerParameterSyntax WithType (Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type);
override this.WithType : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.FunctionPointerParameterSyntax
Public Function WithType (type As TypeSyntax) As FunctionPointerParameterSyntax

參數

type
TypeSyntax

傳回

適用於