C#
VB
C++
Inserts an TargetAudioType item to the list at the specified index.
public void Insert(
int index,
TargetAudioType item
)
Public Sub Insert( _
ByVal index As Integer, _
ByVal item As Leadtools.Mediafoundation.TargetAudioType _
)
public:
void Insert(
int index,
Leadtools.Mediafoundation.TargetAudioType^ item
)
index
The zero-based index at which the TargetAudioType item should be inserted. .
item
The TargetAudioType item to insert into the collection.
Inserts an TargetAudioType item to the list at the specified index.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET