←Select platform

Insert Method

Summary

Inserts the specified item at the specified index.

Syntax

C#
VB
C++
public virtual void Insert( 
   int index, 
   T item 
) 
Public Overridable Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As T _ 
)  
public: 
virtual void Insert(  
   int index, 
   _T^_ item 
)  

Parameters

index
Index at which to insert the item.

item
Item to insert.

Example

For an example, refer to RasterCollection<T>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly