System.Linq.Expressions.DebugInfoExpression: Property Members

The properties of System.Linq.Expressions.DebugInfoExpression are listed below. For a list of all members, see the DebugInfoExpression Members list.

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.