Add

BehaviorCollection.Add method

Add new behavior to a collection.

public void Add(IBehavior item)
ParameterTypeDescription
itemIBehaviorBehavior to add.

See Also