C# Class Tools.LineManager

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
end int
lines int
list LineList

Méthodes publiques

Méthode Description
LineManager ( ) : System
backto ( int pos ) : void
comment ( int pos, int len ) : void
newline ( int pos ) : void

Method Details

LineManager() public méthode

public LineManager ( ) : System
Résultat System

backto() public méthode

public backto ( int pos ) : void
pos int
Résultat void

comment() public méthode

public comment ( int pos, int len ) : void
pos int
len int
Résultat void

newline() public méthode

public newline ( int pos ) : void
pos int
Résultat void

Property Details

end public_oe property

public int end
Résultat int

lines public_oe property

public int lines
Résultat int

list public_oe property

public LineList,Tools list
Résultat LineList