Insert

BehaviorCollection.Insert method

Inserts new behavior to a collection at the specified index.

public void Insert(int index, IBehavior item)
ParameterTypeDescription
indexInt32Index where new behavior should be inserted.
itemIBehaviorBehavior to insert.

See Also