C# Class _3PA.MainFeatures.Parser.LineInfo

Contains the info of a specific line number (built during the parsing)
Show file Open project: jcaillon/3P Class Usage Examples

Public Methods

Method Description
LineInfo ( int blockDepth, ParsedScopeItem scope ) : System

Method Details

LineInfo() public method

public LineInfo ( int blockDepth, ParsedScopeItem scope ) : System
blockDepth int
scope ParsedScopeItem
return System