The C1NavigationListOptionItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1NavigationListOptionItemCollection |
Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add(Object) |
Adds an item to the IList.
|
![]() |
Add(C1NavigationListOptionItem) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
|
![]() |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
|
![]() |
Contains(Object) |
Determines whether the IList contains a specific value.
|
![]() |
Contains(C1NavigationListOptionItem) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
|
![]() |
CopyTo(Array, Int32) | |
![]() |
CopyTo(array<C1NavigationListOptionItem>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IndexOf(Object) |
Determines the index of a specific item in the IList.
|
![]() |
IndexOf(C1NavigationListOptionItem) |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
|
![]() |
Insert(Int32, C1NavigationListOptionItem) |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
|
![]() |
Insert(Int32, Object) |
Inserts an item to the IList at the specified index.
|
![]() |
Remove(Object) |
Removes the first occurrence of a specific object from the IList.
|
![]() |
Remove(C1NavigationListOptionItem) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
|
![]() |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
|
![]() |
IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
|
![]() |
IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
|
![]() |
IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
|
![]() |
Item |
Gets or sets the C1NavigationListOptionItem at the specified index.
|
![]() |
SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|