System.Linq.Expressions.DebugInfoExpression Members

The members of System.Linq.Expressions.DebugInfoExpression are listed below.

See Also: Inherited members from System.Linq.Expressions.Expression

Public Properties

[read-only]
DocumentSymbolDocumentInfo.

Gets the System.Linq.Expressions.SymbolDocumentInfo that represents the source file.

[read-only]
EndColumnint.

Gets the end column of this System.Linq.Expressions.DebugInfoExpression.

[read-only]
EndLineint.

Gets the end line of this System.Linq.Expressions.DebugInfoExpression.

[read-only]
IsClearbool.

Gets the value to indicate if the System.Linq.Expressions.DebugInfoExpression is for clearing a sequence point.

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this System.Linq.Expressions.Expression.

[read-only]
StartColumnint.

Gets the start column of this System.Linq.Expressions.DebugInfoExpression.

[read-only]
StartLineint.

Gets the start line of this System.Linq.Expressions.DebugInfoExpression.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.

Protected Methods

override
Accept(ExpressionVisitor) : Expression

Dispatches to the specific visit method for this node type. For example, System.Linq.Expressions.MethodCallExpression calls the ExpressionVisitor.VisitMethodCall(MethodCallExpression).