C# Class at.jku.ssw.Coco.Comment

Show file Open project: boogie-org/boogie-partners Class Usage Examples

Public Properties

Property Type Description
nested bool
next Comment
start string
stop string

Public Methods

Method Description
Comment ( string start, string stop, bool nested ) : System

Method Details

Comment() public method

public Comment ( string start, string stop, bool nested ) : System
start string
stop string
nested bool
return System

Property Details

nested public property

public bool nested
return bool

next public property

public Comment,at.jku.ssw.Coco next
return Comment

start public property

public string start
return string

stop public property

public string stop
return string