MatchCollection.IList.Add(Object) Méthode

Définition

L'appel de cette méthode 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

Paramètres

value
Object

Objet à ajouter à la collection.

Retours

Int32

L'appel de cette méthode lève toujours NotSupportedException.

Implémente

Exceptions

La collection est en lecture seule.

S’applique à