| Overload | Description | 
|---|---|
| OpaqueData Constructor() | Initializes a new instance of the class with default data. | 
| OpaqueData Constructor(BitArray) | Initializes a new instance of the class with given value. | 
| OpaqueData Constructor(Byte[]) | Initializes a new instance of the class with given byte array. | 
| OpaqueData Constructor(Byte[],Int32) | Initializes a new instance of the class with given byte array and size in bits. | 
| OpaqueData Constructor(OpaqueData) | Initializes a new copy of the object. | 
| OpaqueData Constructor(OpaqueDataType,BitArray) | Initializes a new instance of the class with given data type and value. | 
| OpaqueData Constructor(OpaqueDataType,Byte[],Int32) | Initializes a new instance of the class with given data type, byte array, and size in bits. | 
| OpaqueData Constructor(OpaqueDataType,Byte[]) | Initializes a new instance of the class with given data type and byte array. | 
