ReadOnlyNavigationItemCollection Class
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class ReadOnlyNavigationItemCollection
Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of NavigationItem)
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class ReadOnlyNavigationItemCollection : System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class ReadOnlyNavigationItemCollection : public System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
ArchestrA.Client.Navigation.ReadOnlyNavigationItemCollection
