ImageGear for .NET
Insert Method
See Also  Send Feedback
ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : Insert Method




index
The zero-based index at which item should be inserted.
item
The object to insert.

Glossary Item Box

Inserts an element into the ImGearXMPArray<T> at the specified index.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException

index is less than 0.

-or-

index is greater than Count.

See Also

©2013. Accusoft Corporation. All Rights Reserved.