| Overload | Description | 
|---|---|
| SequenceData Constructor() | Initializes a new instance of the class with default data. | 
| SequenceData Constructor(SequenceData) | Initializes a new copy of the object. | 
| SequenceData Constructor(SequenceDataType) | Initializes a new instance of the class with given data type. | 
| SequenceData Constructor(SequenceDataType,GenericDataCollection) | Initializes a new instance of the class with given data type and element collection. | 
| SequenceData Constructor(GenericDataCollection) | Initializes a new instance of the class with given element collection. | 
| SequenceData Constructor(IEnumerable<GenericData>) | Initializes a new instance of the class with given elements. | 
| SequenceData Constructor(SequenceDataType,IEnumerable<GenericData>) | Initializes a new instance of the class with given data type and elements. | 
