UrlList Methods

The UrlList type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the list.
Public methodClear
Removes all items from the list.
Public methodContains
Determines whether the list contains a specific value.
Public methodCopyTo
Copies the elements to an array, starting at a particular array index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the list.
Public methodInsert
Inserts an item to the list at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the list.
Public methodRemoveAt
Removes the list item at the specified index.
Public methodToString (Inherited from Object.)
See Also