The StatusList type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an object to the end of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | Clear |
Removes all elements from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | ClearItems | (Inherited from C1ObservableCollection<(Of <(<'T>)>)>.) |
![]() | Contains |
Determines whether an element is in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | CopyTo |
Copies the entire Collection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | Insert |
Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | InsertItem |
Overrides default behavior of Collection.
Prevents from adding items non-existent in the parent collection.
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | OnCollectionChanged | (Inherited from C1ObservableCollection<(Of <(<'T>)>)>.) |
![]() | Remove |
Removes the first occurrence of a specific object from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | RemoveAt |
Removes the element at the specified index of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() | RemoveItem | (Inherited from C1ObservableCollection<(Of <(<'T>)>)>.) |
![]() | SetItem |
Overrides default behavior of Collection.
Prevents from adding items non-existent in the parent collection.
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | ToString | (Inherited from BaseList<(Of <(<'T>)>)>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IList..::..Add |
Adds an item to the IList.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() ![]() | IList..::..Contains |
Determines whether the IList contains a specific value.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() ![]() | ICollection..::..CopyTo | (Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() ![]() | IEnumerable..::..GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() ![]() | IList..::..IndexOf |
Determines the index of a specific item in the IList.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() ![]() | IList..::..Insert |
Inserts an item into the IList at the specified index.
(Inherited from Collection<(Of <(<'Status>)>)>.) |
![]() ![]() | IList..::..Remove |
Removes the first occurrence of a specific object from the IList.
(Inherited from Collection<(Of <(<'Status>)>)>.) |