'Declaration
Public Class NavItemsCollection Inherits System.ComponentModel.BindingList(Of NavItem)
public class NavItemsCollection : System.ComponentModel.BindingList<NavItem>
'Declaration
Public Class NavItemsCollection Inherits System.ComponentModel.BindingList(Of NavItem)
public class NavItemsCollection : System.ComponentModel.BindingList<NavItem>
System.Object
System.Collections.ObjectModel.Collection<T>
System.ComponentModel.BindingList<T>
C1.Win.Input.DbNavigator.Items.NavItemsCollection