'Declaration Public Property DeflateImplementation As Nullable(Of DeflateImplementation)
'Usage Dim instance As CompressedStreamOptions Dim value As Nullable(Of DeflateImplementation) instance.DeflateImplementation = value value = instance.DeflateImplementation
public Nullable<DeflateImplementation> DeflateImplementation {get; set;}