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