CommonBehaviorCollection Methods |
The CommonBehaviorCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Append |
Add new behavior to a collection.
|
|
|
Clear |
Removes all behaviors from a collection.
|
|
|
Equals | (Overrides Object Equals(Object) .) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an iterator for the entire collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Inserts new behavior to a collection at the specified index.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes specified behavior from a collection.
|
|
|
RemoveAt |
Removes behavior from a collection at the specified index.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|