C# Class Tools.CommentList

Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
spos int
tail CommentList

Public Methods

Method Description
CommentList ( int st, int ln, CommentList t ) : System

Method Details

CommentList() public method

public CommentList ( int st, int ln, CommentList t ) : System
st int
ln int
t CommentList
return System

Property Details

spos public_oe property

public int spos
return int

tail public_oe property

public CommentList,Tools tail
return CommentList