SynchronizedReadOnlyCollection<T>.IList<T>.Insert Méthode

Définition

Lève une exception NotSupportedException en cas d'appel.

 virtual void System.Collections.Generic.IList<T>.Insert(int index, T value) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert (int index, T value);
abstract member System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
override this.System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
Sub Insert (index As Integer, value As T) Implements IList(Of T).Insert

Paramètres

index
Int32

Index de base zéro au niveau duquel value doit être inséré.

value
T

Objet à insérer dans la collection.

Implémente

Exceptions

Les éléments ne peuvent pas être insérés dans une collection en lecture seule.

S’applique à