'Declaration Public ReadOnly Property CachedDatetimes As List(Of Nullable(Of Date))
'Usage Dim instance As BaseSparklineViewInfo Dim value As List(Of Nullable(Of Date)) value = instance.CachedDatetimes
public List<Nullable<DateTime>> CachedDatetimes {get;}