System.Core 4.0.0.0 System.Linq.Expressions.Expression System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/DebugInfoExpressionProxy)) To be added. Emits or clears a sequence point for debug information. This allows the debugger to highlight the correct source code when debugging. Method 4.0.0.0 System.Linq.Expressions.Expression This default implementation for nodes calls . Override this method to call into a more specific method on a derived visitor class of the class. However, it should still support unknown visitors by calling . Dispatches to the specific visit method for this node type. For example, calls the . The result of visiting this node. The visitor to visit this node with. Property 4.0.0.0 System.Linq.Expressions.SymbolDocumentInfo To be added. To be added. Gets the that represents the source file. Property 4.0.0.0 System.Int32 To be added. To be added. Gets the end column of this . Property 4.0.0.0 System.Int32 To be added. To be added. Gets the end line of this . Property 4.0.0.0 System.Boolean To be added. To be added. Gets the value to indicate if the is for clearing a sequence point. Property 4.0.0.0 System.Linq.Expressions.ExpressionType To be added. To be added. Returns the node type of this . Property 4.0.0.0 System.Int32 To be added. To be added. Gets the start column of this . Property 4.0.0.0 System.Int32 To be added. To be added. Gets the start line of this . Property 4.0.0.0 System.Type To be added. To be added. Gets the static type of the expression that this represents.