C# Class Tools.LineManager

Mostrar archivo 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_oe property

public int end
return int

lines public_oe property

public int lines
return int

list public_oe property

public LineList,Tools list
return LineList