Property this
this[int]
Gets or sets the metadata entry at the specified zero-based index.
public Metadata this[int index] { get; set; }
Parameters
index
intThe zero-based index of the metadata entry to get or set.
Property Value
- Metadata
The metadata entry at the specified index.