Method Insert
Insert(int, Metadata)
Inserts a metadata entry into the collection at the specified index.
public void Insert(int index, Metadata item)
Parameters
indexintThe zero-based index at which
itemshould be inserted.itemMetadataThe metadata entry to insert.
Exceptions
- ArgumentOutOfRangeException
indexis less than 0 or greater than Count.- InvalidOperationException
The collection is read-only.