BreadcrumbsCollection Methods |
The BreadcrumbsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an object to the end of the list.
(Inherited from CollectionBaseT.) | |
| Clear | (Inherited from CollectionBase.) | |
| Contains |
Determines whether an element is in the list.
(Inherited from CollectionBaseT.) | |
| CopyTo |
Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from CollectionBaseT.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire list.
(Inherited from CollectionBaseT.) | |
| Insert |
Inserts an element into the list at the specified index.
(Inherited from CollectionBaseT.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove |
Removes the first occurrence of a specific object from the list.
(Inherited from CollectionBaseT.) | |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString | (Inherited from Object.) |