SymbolSequencePoint Properties |
The SymbolSequencePoint type exposes the following members.
Name | Description | |
---|---|---|
EndColumn |
Gets the end column in the source file.
| |
EndLine |
Gets the end line in the source file.
| |
IsHidden |
Determines whether the current symbol means that the associated
instructions have no source code.
| |
IsSpecial |
Determines whether the current symbol is a special, non-standard, defined
by PostSharp and supported by PostSharp Tools for Visual Studio.
| |
SourceDocument |
Document (file of source code) containing the current sequence point.
| |
StartColumn |
Gets the start column in the source file.
| |
StartLine |
Gets the start line in the source file.
|