PDB_MethodInfo ParseLines Method Fling OS
Parses the specified lines of text for method line info.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void ParseLines(
	List<string> linesText
)

Parameters

linesText
Type: System.Collections.Generic List String 
The lines of text to parse.
See Also