Insert Method

Summary

Inserts a Processor item into the collection at the given index.

Syntax
C#
VB
C++
public void Insert( 
   int index, 
   Processor item 
) 
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As Processor _ 
)  
public: 
void Insert(  
   int index, 
   Processor^ item 
)  

Parameters

index
The index at which to insert the Processor item.

item
The Processor object to insert.

Remarks

Inserts a Processor item into the collection at the given index.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly