Ejemplo n.º 1
0
 public CoreComment(TmpComment comment)
 {
     this.WhitespaceBefore = comment.WhitespaceBefore;
     this.comment          = comment;
 }
 public TmpItemLevelObject(TmpComment comment)
 {
     content = comment;
 }