Property this
this[int]
Gets or sets the metadata entry at the specified zero-based index.
public Metadata this[int index] { get; set; }
Parameters
indexintThe zero-based index of the metadata entry to get or set.
Property Value
- Metadata
The metadata entry at the specified index.
Exceptions
- ArgumentOutOfRangeException
indexis less than 0 or greater than or equal to Count.- InvalidOperationException
The collection is read-only (when setting a value).