Menu.MenuItemCollection

Wisej.Web.Menu MenuItemCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a collection of MenuItem objects.

public class MenuItemCollection : IList, ICollection, IEnumerable

Constructors

Initializes a new instance of MenuItemCollection.

Properties

Int32: Returns the number of items in the collection.

Boolean: Returns a value indicating whether this collection can be modified.

MenuItem: Retrieves the item at the specified index within the collection.

Throws:

MenuItem: Retrieves the item at the specified index within the collection.

Methods

Adds an item to the list of items.

Returns: MenuItem.

Adds an item to the list of items.

Returns: MenuItem.

Adds an item to the list of items.

Returns: MenuItem.

Adds an item to the list of items.

Returns: Int32.

Adds an item to the list of items.

Returns: Int32.

Adds a collection of items to the list.

Removes all items from the Menu.

Removes and disposes all items from the Menu.

Determines if the specified item is located within the collection.

Returns: Boolean. true if the item is located within the collection; otherwise, false.

Determines if the specified item is located within the collection.

Returns: Boolean. true if the item is located within the collection; otherwise, false.

Copies the entire collection into an existing array of objects at a specified location within the array.

Finds all the items with a specific key.

Returns: MenuItem[].

Returns an enumerator that can be used to iterate through the item collection.

Returns: IEnumerator. A IEnumerator that represents the item collection.

Retrieves the index within the collection of the specified item.

Returns: Int32. The zero-based index where the item is located within the collection; otherwise, -1.

Throws:

Retrieves the index within the collection of the specified item.

Returns: Int32. The zero-based index where the item is located within the collection; otherwise, -1.

Removes the specified item from the list.

Removes an item at the specified index.

Throws:

  • ArgumentOutOfRangeException The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.

Removes the item with the specified key.

Last updated