The members of System.Linq.Expressions.DebugInfoExpression are listed below.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Document | SymbolDocumentInfo.
Gets the System.Linq.Expressions.SymbolDocumentInfo that represents the source file. |
[read-only] | EndColumn | int.
Gets the end column of this System.Linq.Expressions.DebugInfoExpression. |
[read-only] | EndLine | int.
Gets the end line of this System.Linq.Expressions.DebugInfoExpression. |
[read-only] | IsClear | bool.
Gets the value to indicate if the System.Linq.Expressions.DebugInfoExpression is for clearing a sequence point. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this System.Linq.Expressions.Expression. |
[read-only] | StartColumn | int.
Gets the start column of this System.Linq.Expressions.DebugInfoExpression. |
[read-only] | StartLine | int.
Gets the start line of this System.Linq.Expressions.DebugInfoExpression. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |
override | Accept(ExpressionVisitor)
|