C# Class Tools.LineList

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

Méthodes publiques

Свойство Type Description
comments CommentList
head int
tail LineList

Méthodes publiques

Méthode Description
LineList ( int h, LineList t ) : System
getpos ( int pos ) : int

Method Details

LineList() public méthode

public LineList ( int h, LineList t ) : System
h int
t LineList
Résultat System

getpos() public méthode

public getpos ( int pos ) : int
pos int
Résultat int

Property Details

comments public_oe property

public CommentList,Tools comments
Résultat CommentList

head public_oe property

public int head
Résultat int

tail public_oe property

public LineList,Tools tail
Résultat LineList