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