Insert Method

Summary

Inserts an TargetAudioType item to the list at the specified index.

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

Parameters

index
The zero-based index at which the TargetAudioType item should be inserted. .

item
The TargetAudioType item to insert into the collection.

Remarks

Inserts an TargetAudioType item to the list at the specified 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.MediaFoundation Assembly