'Declaration
<__DynamicallyInvokableAttribute()> Protected ReadOnly Property Items As System.Collections.Generic.IList(Of SpecificDateType)
'Usage
Dim instance As SpecificDateTypeCollection Dim value As System.Collections.Generic.IList(Of SpecificDateType) value = instance.Items
[__DynamicallyInvokable()] protected System.Collections.Generic.IList<SpecificDateType> Items {get;}