Click or drag to resize

BreadcrumbsCollection Methods

The BreadcrumbsCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an object to the end of the list.
(Inherited from CollectionBaseT.)
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether an element is in the list.
(Inherited from CollectionBaseT.)
Public methodCopyTo
Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from CollectionBaseT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire list.
(Inherited from CollectionBaseT.)
Public methodInsert
Inserts an element into the list at the specified index.
(Inherited from CollectionBaseT.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes the first occurrence of a specific object from the list.
(Inherited from CollectionBaseT.)
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString (Inherited from Object.)
Top
See Also