IBehaviorCollection Methods |
The IBehaviorCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add new behavior to a collection.
| |
Clear |
Removes all behaviors from a collection.
| |
Contains |
Determines whether the ICollectionT contains a specific value.
| |
GetEnumerator | (Inherited from IEnumerableIBehavior.) | |
IndexOf |
Determines the index of a specific item in the IListT.
| |
Insert |
Inserts new behavior to a collection at the specified index.
| |
Remove |
Removes specified behavior from a collection.
| |
RemoveAt |
Removes behavior from a collection at the specified index.
|