| ExpressionParameterReplacer Methods | 
The ExpressionParameterReplacer type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | ReplaceParameter | 
            Replaces all occurences of one parameter with a different parameter.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Visit(ReadOnlyCollectionExpression) | 
            Visits an Expression list.
            (Inherited from ExpressionVisitor.) | 
|  | Visit(Expression) | 
            Visits an Expression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitBinary | 
            Visits a BinaryExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitConditional | 
            Visits a ConditionalExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitConstant | 
            Visits a ConstantExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitElementInit | 
            Visits an ElementInit.
            (Inherited from ExpressionVisitor.) | 
|  | VisitElementInitList | 
            Visits an ElementInit list.
            (Inherited from ExpressionVisitor.) | 
|  | VisitInvocation | 
            Visits an InvocationExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitLambda | 
            Visits a LambdaExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitListInit | 
            Visits a ListInitExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMember | 
            Visits a MemberExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMemberAssignment | 
            Visits a MemberAssignment.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMemberBinding | 
            Visits a MemberBinding.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMemberBindingList | 
            Visits a MemberBinding list.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMemberInit | 
            Visits a MemberInitExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMemberListBinding | 
            Visits a MemberListBinding.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMemberMemberBinding | 
            Visits a MemberMemberBinding.
            (Inherited from ExpressionVisitor.) | 
|  | VisitMethodCall | 
            Visits a MethodCallExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitNew | 
            Visits a NewExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitNewArray | 
            Visits a NewArrayExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitParameter | 
            Replaces the from parameter with the two parameter if it maches.
            (Overrides ExpressionVisitorVisitParameter(ParameterExpression).) | 
|  | VisitTypeBinary | 
            Visits a TypeBinaryExpression.
            (Inherited from ExpressionVisitor.) | 
|  | VisitUnary | 
            Visits a UnaryExpression.
            (Inherited from ExpressionVisitor.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ToBson | 
            Serializes an object to a BSON byte array.
            (Defined by BsonExtensionMethods.) | 
|  | ToBsonDocument | 
            Serializes an object to a BsonDocument.
            (Defined by BsonExtensionMethods.) | 
|  | ToJson | 
            Serializes an object to a JSON string.
            (Defined by BsonExtensionMethods.) | 
 See Also
See Also