SymbolVisitor<TArgument,TResult>.VisitPointerType メソッド

定義

public virtual TResult VisitPointerType (Microsoft.CodeAnalysis.IPointerTypeSymbol symbol, TArgument argument);
abstract member VisitPointerType : Microsoft.CodeAnalysis.IPointerTypeSymbol * 'Argument -> 'Result
override this.VisitPointerType : Microsoft.CodeAnalysis.IPointerTypeSymbol * 'Argument -> 'Result
Public Overridable Function VisitPointerType (symbol As IPointerTypeSymbol, argument As TArgument) As TResult

パラメーター

argument
TArgument

戻り値

TResult

適用対象