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