Overload | Description |
---|---|
SequenceDataType Constructor() | Initializes a new instance of the class with default data. |
SequenceDataType Constructor(DataType) | Initializes a new instance of the class, with given element data type. |
SequenceDataType Constructor(Int64,DataType) | Initializes a new instance of the class, with given length and element data type. |
SequenceDataType Constructor(SequenceDataType) | Initializes a new copy of the object. |
SequenceDataType Constructor(String,DataType) | Initializes a new instance of the class, with given name and element data type. |
SequenceDataType Constructor(String,DataType,Int64) | Initializes a new instance of the class, with given name, element data type, and length. |
SequenceDataType Constructor(String,String,DataType,Int64) | Initializes a new instance of the class, with given name, full name, element data type, and length. |