ReadOnlyNavigationItemCollection Class Members
- Last UpdatedAug 21, 2026
- 3 minute read
The following tables list the members exposed by ReadOnlyNavigationItemCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
![]() | Item | Gets the element at the specified index. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
| Name | Description | |
|---|---|---|
![]() | Items | Returns the IList that the ReadOnlyCollection wraps. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
| Name | Description | |
|---|---|---|
![]() | Contains | Determines whether an element is in the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
![]() | CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
![]() | Equals | (Inherited from object) |
![]() | GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<NavigationItem>) |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |




