'Declaration Public Property UncompressedSize As Nullable(Of Long)
'Usage Dim instance As ZipItemLocalHeader Dim value As Nullable(Of Long) instance.UncompressedSize = value value = instance.UncompressedSize
public Nullable<long> UncompressedSize {get; set;}