at.jku.ssw.Coco.Comment.Comment C# (CSharp) Method

Comment() public method

public Comment ( string start, string stop, bool nested ) : System
start string
stop string
nested bool
return System
        public Comment(string start, string stop, bool nested)
        {
            this.start = start; this.stop = stop; this.nested = nested;
        }
Comment