IBehaviorCollection class

IBehaviorCollection class

Represents collection of behavior effects.

The IBehaviorCollection type exposes the following members:

Properties

PropertyDescription
countReturns the number of behaviors in a collection.
Read-only int.

Returns a behavior at the specified index.

Indexer

NameDescription
[index]Index of a behavior to return.

Methods

MethodDescription
addAdd new behavior to a collection.
index_ofDetermines the index of a specific item in the System.Collections.Generic.IList`1.
insertInserts new behavior to a collection at the specified index.
removeRemoves specified behavior from a collection.
remove_atRemoves behavior from a collection at the specified index.
clearRemoves all behaviors from a collection.
containsDetermines whether the System.Collections.Generic.ICollection`1 contains a specific value.

See Also