Description constructor

Description(
  1. List<DescriptionElement> elements
)

Create new Description.

Implementation

Description(List<DescriptionElement> elements) : _elements = elements;