public CoreComment(TmpComment comment) { this.WhitespaceBefore = comment.WhitespaceBefore; this.comment = comment; }
public TmpItemLevelObject(TmpComment comment) { content = comment; }