Gets the SymbolSequencePoint before the current instruction.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Property SymbolSequencePoint As SymbolSequencePoint
C#
public SymbolSequencePoint SymbolSequencePoint { get; internal set; }
Visual C++
public:
property SymbolSequencePoint^ SymbolSequencePoint {
	SymbolSequencePoint^ get ();
	void set (SymbolSequencePoint^ value);
}

Field Value

A SymbolSequencePoint, or a null SymbolSequencePoint if there is no symbol sequence point at the current instruction.

See Also