Click or drag to resize

PegErrorGetLineAndCol Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegError.GetLineAndCol(System.String,System.Int32,System.Int32@,System.Int32@)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void GetLineAndCol(
	string s,
	int pos,
	out int lineNo,
	out int colNo
)

Parameters

s  String

[Missing <param name="s"/> documentation for "M:Altaxo.Main.PegParser.PegError.GetLineAndCol(System.String,System.Int32,System.Int32@,System.Int32@)"]

pos  Int32

[Missing <param name="pos"/> documentation for "M:Altaxo.Main.PegParser.PegError.GetLineAndCol(System.String,System.Int32,System.Int32@,System.Int32@)"]

lineNo  Int32

[Missing <param name="lineNo"/> documentation for "M:Altaxo.Main.PegParser.PegError.GetLineAndCol(System.String,System.Int32,System.Int32@,System.Int32@)"]

colNo  Int32

[Missing <param name="colNo"/> documentation for "M:Altaxo.Main.PegParser.PegError.GetLineAndCol(System.String,System.Int32,System.Int32@,System.Int32@)"]

See Also