ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : Insert Method |
'Usage Dim instance As ImGearXMPArray(Of T) Dim index As Integer Dim item As T instance.Insert(index, item)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |