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

定義

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

パラメーター

argument
TArgument

戻り値

TResult

適用対象