Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Insert Method








Index at which to insert the item.
Item to insert.
Inserts the specified item at the specified index.
Syntax
public virtual void Insert( 
   int index,
   T item
)
'Declaration
 
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim index As Integer
Dim item As T
 
instance.Insert(index, item)
public virtual void Insert( 
   int index,
   T item
)
 function Leadtools.RasterCollection.Insert( 
   index ,
   item 
)
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`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file