Share via


DebugInfoGenerator.MarkSequencePoint Yöntem

Tanım

Microsoft ara dil (MSIL) kodunda bir sıra noktasını işaretler.

public:
 abstract void MarkSequencePoint(System::Linq::Expressions::LambdaExpression ^ method, int ilOffset, System::Linq::Expressions::DebugInfoExpression ^ sequencePoint);
public abstract void MarkSequencePoint (System.Linq.Expressions.LambdaExpression method, int ilOffset, System.Linq.Expressions.DebugInfoExpression sequencePoint);
abstract member MarkSequencePoint : System.Linq.Expressions.LambdaExpression * int * System.Linq.Expressions.DebugInfoExpression -> unit
Public MustOverride Sub MarkSequencePoint (method As LambdaExpression, ilOffset As Integer, sequencePoint As DebugInfoExpression)

Parametreler

method
LambdaExpression

Oluşturulan lambda ifadesi.

ilOffset
Int32

Sıra noktasının işaretlendiği MSIL kodu içindeki uzaklık.

sequencePoint
DebugInfoExpression

Sıra noktasına karşılık gelen hata ayıklama bilgileri.

Şunlara uygulanır