IBehaviorCollection Methods

The IBehaviorCollection 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 methodGetEnumerator (Inherited from IEnumerableIBehavior.)
Public methodIndexOf
Public methodInsert
Inserts new behavior to a collection at the specified index.
Public methodRemove
Removes specified behavior from a collection.
Public methodRemoveAt
Removes behavior from a collection at the specified index.
See Also