Property this
this[int]
Gets or sets the specified element in the collection
public IrMetadata? this[int index] { get; set; }
Parameters
index
intindex of the element in the collection
Property Value
- IrMetadata
The element in the collection
Gets or sets the specified element in the collection
public IrMetadata? this[int index] { get; set; }
index
intindex of the element in the collection
The element in the collection