PointCollection.IList.Insert(Int32, Object) Metodo
Definizione
Per una descrizione di questo membro, vedere Insert(Int32, Object).For a description of this member, see Insert(Int32, Object).
virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert
Parametri
- index
- Int32
Indice in base zero in corrispondenza del quale inserire l'oggetto Object.The zero-based index at which to insert the Object.
- value
- Object
Oggetto Object da inserire in PointCollection.The Object to insert into the PointCollection.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza PointCollection a un'interfaccia IList.It can be used only when the PointCollection instance is cast to an IList interface.