The C1NavigationListOptionItemCollection type exposes the following members.

Constructors

  Name Description
Public method C1NavigationListOptionItemCollection
Constructor.

Methods

  Name Description
Public method Add(Object)
Adds an item to the IList.
Public method Add(C1NavigationListOptionItem)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public method Clear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public method Contains(Object)
Determines whether the IList contains a specific value.
Public method Contains(C1NavigationListOptionItem)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public method CopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public method CopyTo(array<C1NavigationListOptionItem>[]()[][], Int32)
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf(Object)
Determines the index of a specific item in the IList.
Public method IndexOf(C1NavigationListOptionItem)
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Public method Insert(Int32, C1NavigationListOptionItem)
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
Public method Insert(Int32, Object)
Inserts an item to the IList at the specified index.
Public method Remove(Object)
Removes the first occurrence of a specific object from the IList.
Public method Remove(C1NavigationListOptionItem)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Public method RemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public property IsFixedSize
Gets a value indicating whether the IList has a fixed size.
Public property IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Public property IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public property Item
Gets or sets the C1NavigationListOptionItem at the specified index.
Public property SyncRoot
Gets an object that can be used to synchronize access to the ICollection.

See Also