Insert

IBehaviorCollection.Insert méthode

Insère un nouveau comportement à une collection à l’index spécifié.

public void Insert(int index, IBehavior item)
ParamètreTypeDescription
indexInt32Index où le nouveau comportement doit être inséré.
itemIBehaviorComportement à insérer.

Voir Aussi