C# Class Tools.LineManager

Show file Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
end int
lines int
list LineList

Public Methods

Method Description
LineManager ( ) : System
backto ( int pos ) : void
comment ( int pos, int len ) : void
newline ( int pos ) : void

Method Details

LineManager() public method

public LineManager ( ) : System
return System

backto() public method

public backto ( int pos ) : void
pos int
return void

comment() public method

public comment ( int pos, int len ) : void
pos int
len int
return void

newline() public method

public newline ( int pos ) : void
pos int
return void

Property Details

end public property

public int end
return int

lines public property

public int lines
return int

list public property

public LineList,Tools list
return LineList