Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Non supporté. Insère l'élément spécifié dans la collection à la position spécifiée.
Espace de nom : Developpez.Dotnet.CollectionsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
| C# |
|---|
void IList.Insert( int index, Object value ) |
| Visual Basic (Déclaration) |
|---|
Private Sub Insert ( _ index As Integer, _ value As Object _ ) Implements IList.Insert |
| Visual C++ |
|---|
private: virtual void Insert( int index, Object^ value ) sealed = IList::Insert |
Paramètres
- index
- Type: System..::..Int32
Position à laquelle insérer l'élément
- value
- Type: System..::..Object
Élément à insérer
Implémente
IList..::..Insert(Int32, Object)
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | La collection est en lecture seule. |