DebugInfoGenerator::MarkSequencePoint Method (LambdaExpression^, Int32, DebugInfoExpression^)
.NET Framework (current version)
Marks a sequence point in Microsoft intermediate language (MSIL) code.
Assembly: System.Core (in System.Core.dll)
public: virtual void MarkSequencePoint( LambdaExpression^ method, int ilOffset, DebugInfoExpression^ sequencePoint ) abstract
Parameters
- method
-
Type:
System.Linq.Expressions::LambdaExpression^
The lambda expression that is generated.
- ilOffset
-
Type:
System::Int32
The offset within MSIL code at which to mark the sequence point.
- sequencePoint
-
Type:
System.Linq.Expressions::DebugInfoExpression^
Debug information that corresponds to the sequence point.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: