BehaviorCollection Methods

The BehaviorCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add new behavior to a collection.
Public methodClear
Removes all behaviors from a collection.
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Inserts new behavior to a collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes specified behavior from a collection.
Public methodRemoveAt
Removes behavior from a collection at the specified index.
Public methodToString (Inherited from Object.)
See Also