LinePragmaCodeInfo.StartGeneratedColumn Property

Definition

Gets the starting column of a script block in the generated source file.

public:
 property int StartGeneratedColumn { int get(); };
public int StartGeneratedColumn { get; }
member this.StartGeneratedColumn : int
Public ReadOnly Property StartGeneratedColumn As Integer

Property Value

The starting column of a script block in the generated source file.

Applies to

See also