UrlExpressionVisitor.VisitMethodCall Method (MethodCallExpression)
Visits method calls like Contains, StartsWith, etc. Methods that are not supported will throw an exception.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- node
-
Type:
System.Linq.Expressions.MethodCallExpression
Node to visit.
Show: