ReadOnlyCollection<T>.IList.Add(Object) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un élément à IList. Cette implémentation lève toujours NotSupportedException.
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
Position à laquelle le nouvel élément est inséré.
Toujours levée.
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ReadOnlyCollection<T> est castée en interface IList.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :