BaseWebExtensionCollectionT Methods

The BaseWebExtensionCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Adds specified item to the collection.
Public methodCode exampleClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Public methodCode exampleGetEnumerator
Returns an enumerator that can iterate through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleRemove
Removes the item at the specified index from the collection.
Public methodToString (Inherited from Object.)
See Also