Insert

Méthode BehaviorCollection.Insert

Insère un nouveau comportement dans 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