XmpCollection.Insert

XmpCollection.Insert method

Inserts an item to the collection at the specified index.

public void Insert(int index, IXmpType item)
ParameterTypeDescription
indexInt32The zero-based index at which item should be inserted.
itemIXmpTypeThe object to insert into the collection.

See Also