Visual Basic (Declaration) | |
---|---|
Protected Overloads Overridable Function OnVisit( _ ByVal typeBinary As TypeBinaryExpression _ ) As Expression |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ExpressionVisitor Dim typeBinary As TypeBinaryExpression Dim value As Expression value = instance.OnVisit(typeBinary) |
C# | |
---|---|
protected virtual Expression OnVisit( TypeBinaryExpression typeBinary ) |
C++/CLI | |
---|---|
protected: virtual Expression^ OnVisit( TypeBinaryExpression^ typeBinary ) |
Parameters
- typeBinary
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2