DynamicExpressionVisitor Methods
Collapse the table of content
Expand the table of content

DynamicExpressionVisitor Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The DynamicExpressionVisitor type exposes the following members.

  NameDescription
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Visit(Expression) Dispatches the expression to one of the more specialized visit methods in this class. (Inherited from ExpressionVisitor.)
Public method Visit(ReadOnlyCollection(Of Expression)) Dispatches the list of expressions to one of the more specialized visit methods in this class. (Inherited from ExpressionVisitor.)
Public method VisitAndConvert(Of T)(T, String) Visits an expression, casting the result back to the original expression type. (Inherited from ExpressionVisitor.)
Public method VisitAndConvert(Of T)(ReadOnlyCollection(Of T), String) Visits an expression, casting the result back to the original expression type. (Inherited from ExpressionVisitor.)
Protected method VisitBinary Visits the children of the BinaryExpression. (Inherited from ExpressionVisitor.)
Protected method VisitBlock Visits the children of the BlockExpression. (Inherited from ExpressionVisitor.)
Protected method VisitCatchBlock Visits the children of the CatchBlock. (Inherited from ExpressionVisitor.)
Protected method VisitConditional Visits the children of the ConditionalExpression. (Inherited from ExpressionVisitor.)
Protected method VisitConstant Visits the ConstantExpression. (Inherited from ExpressionVisitor.)
Protected method VisitDebugInfo Visits the DebugInfoExpression. (Inherited from ExpressionVisitor.)
Protected method VisitDefault Visits the DefaultExpression. (Inherited from ExpressionVisitor.)
Protected method VisitDynamic Visits the children of the DynamicExpression.
Protected method VisitElementInit Visits the children of the ElementInit. (Inherited from ExpressionVisitor.)
Protected method VisitExtension Visits the children of the extension expression. (Inherited from ExpressionVisitor.)
Protected method VisitGoto Visits the children of the GotoExpression. (Inherited from ExpressionVisitor.)
Protected method VisitIndex Visits the children of the IndexExpression. (Inherited from ExpressionVisitor.)
Protected method VisitInvocation Visits the children of the InvocationExpression. (Inherited from ExpressionVisitor.)
Protected method VisitLabel Visits the children of the LabelExpression. (Inherited from ExpressionVisitor.)
Protected method VisitLabelTarget Visits the LabelTarget. (Inherited from ExpressionVisitor.)
Protected method VisitLambda(Of T) Visits the children of the Expression(Of TDelegate). (Inherited from ExpressionVisitor.)
Protected method VisitListInit Visits the children of the ListInitExpression. (Inherited from ExpressionVisitor.)
Protected method VisitLoop Visits the children of the LoopExpression. (Inherited from ExpressionVisitor.)
Protected method VisitMember Visits the children of the MemberExpression. (Inherited from ExpressionVisitor.)
Protected method VisitMemberAssignment Visits the children of the MemberAssignment. (Inherited from ExpressionVisitor.)
Protected method VisitMemberBinding Visits the children of the MemberBinding. (Inherited from ExpressionVisitor.)
Protected method VisitMemberInit Visits the children of the MemberInitExpression. (Inherited from ExpressionVisitor.)
Protected method VisitMemberListBinding Visits the children of the MemberListBinding. (Inherited from ExpressionVisitor.)
Protected method VisitMemberMemberBinding Visits the children of the MemberMemberBinding. (Inherited from ExpressionVisitor.)
Protected method VisitMethodCall Visits the children of the MethodCallExpression. (Inherited from ExpressionVisitor.)
Protected method VisitNew Visits the children of the NewExpression. (Inherited from ExpressionVisitor.)
Protected method VisitNewArray Visits the children of the NewArrayExpression. (Inherited from ExpressionVisitor.)
Protected method VisitParameter Visits the ParameterExpression. (Inherited from ExpressionVisitor.)
Protected method VisitRuntimeVariables Visits the children of the RuntimeVariablesExpression. (Inherited from ExpressionVisitor.)
Protected method VisitSwitch Visits the children of the SwitchExpression. (Inherited from ExpressionVisitor.)
Protected method VisitSwitchCase Visits the children of the SwitchCase. (Inherited from ExpressionVisitor.)
Protected method VisitTry Visits the children of the TryExpression. (Inherited from ExpressionVisitor.)
Protected method VisitTypeBinary Visits the children of the TypeBinaryExpression. (Inherited from ExpressionVisitor.)
Protected method VisitUnary Visits the children of the UnaryExpression. (Inherited from ExpressionVisitor.)
Top

Show:
© 2017 Microsoft