Insert

BehaviorCollection.Insert method

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

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

Voir également