BehaviorCollection Methods |
The BehaviorCollection 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.
| |
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific item in the IListT.
| |
| Insert |
Inserts new behavior to a collection at the specified index.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes specified behavior from a collection.
| |
| RemoveAt |
Removes behavior from a collection at the specified index.
| |
| ToString | (Inherited from Object.) |