Click or drag to resize

PSourceContext Constructor (Int32, Int32, Int32)

Initializes a new instance of the PSourceContext class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PSourceContext(
	int docIndex,
	int lineNumber,
	int startColumn
)

Parameters

docIndex
Type: SystemInt32

[Missing <param name="docIndex"/> documentation for "M:P.Runtime.PSourceContext.#ctor(System.Int32,System.Int32,System.Int32)"]

lineNumber
Type: SystemInt32

[Missing <param name="lineNumber"/> documentation for "M:P.Runtime.PSourceContext.#ctor(System.Int32,System.Int32,System.Int32)"]

startColumn
Type: SystemInt32

[Missing <param name="startColumn"/> documentation for "M:P.Runtime.PSourceContext.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also