ChangeLog Constructor

public ChangeLog()

public ChangeLog(ChangeLog source)

 

Description

The ChangeLog constructor creates a new instance of the ChangeLog class.  There are two signatures for this constructor.  The first is the default constructor, which takes no arguments and produces a default ChangeLog.  The second signature is the copy constructor, which takes a single ChangeLog as an argument and produces a new ChangeLog whose value matches the argument.