| Overload | Description | 
|---|---|
| UnionData Constructor() | Initializes a new instance of the class with default data. | 
| UnionData Constructor(String,GenericData) | Initializes a new instance of the class with given field name and field value. | 
| UnionData Constructor(UnionData) | Initializes a new copy of the object. | 
| UnionData Constructor(UnionDataType) | Initializes a new instance of the class with given data type. | 
| UnionData Constructor(UnionDataType,String,GenericData) | Initializes a new instance of the class with given data type, field name, and field value. | 
