Method ElementAt
ElementAt(int)
Retrieves the metadata entry at the specified zero-based index.
public LM.Metadata ElementAt(int index)
Parameters
indexintThe zero-based index of the metadata entry to retrieve.
Returns
Exceptions
- ArgumentOutOfRangeException
Thrown if the
indexis less than 0 or greater than or equal to the number of items in the collection.