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

Afficher le fichier Open project: boogie-org/boogie-partners Class Usage Examples

Méthodes publiques

Свойство Type Description
nested bool
next Comment
start string
stop string

Méthodes publiques

Méthode Description
Comment ( string start, string stop, bool nested ) : System

Method Details

Comment() public méthode

public Comment ( string start, string stop, bool nested ) : System
start string
stop string
nested bool
Résultat System

Property Details

nested public_oe property

public bool nested
Résultat bool

next public_oe property

public Comment,at.jku.ssw.Coco next
Résultat Comment

start public_oe property

public string start
Résultat string

stop public_oe property

public string stop
Résultat string