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

戻り値

適用対象