'Declaration
Public Property Value As BitArray
'Usage
Dim instance As OpaqueData Dim value As BitArray instance.Value = value value = instance.Value
public BitArray Value {get; set;}
'Declaration
Public Property Value As BitArray
'Usage
Dim instance As OpaqueData Dim value As BitArray instance.Value = value value = instance.Value
public BitArray Value {get; set;}
Note that the bit array value is only synchronized with the byte array after the byte array has been set to a different object.