Property Item
Item[Int32]
Gets or sets the specified element in the collection
Declaration
public LlvmMetadata this[int index] { get; set; }
Parameters
public LlvmMetadata this[int index] { get; set; }
Int32 | index | index of the element in the collection |
Property Value
LlvmMetadata | The element in the collection |