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

显示文件 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_oe property

public bool nested
return bool

next public_oe property

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

start public_oe property

public string start
return string

stop public_oe property

public string stop
return string