←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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize