SymbolVisitor<TArgument,TResult>.DefaultVisit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual TResult DefaultVisit(Microsoft.CodeAnalysis.ISymbol symbol, TArgument argument);
abstract member DefaultVisit : Microsoft.CodeAnalysis.ISymbol * 'Argument -> 'Result
override this.DefaultVisit : Microsoft.CodeAnalysis.ISymbol * 'Argument -> 'Result
Public Overridable Function DefaultVisit (symbol As ISymbol, argument As TArgument) As TResult
Parameters
- symbol
- ISymbol
- argument
- TArgument