[]
Gets or sets the value associated with the specified key
public object this[object i] { get; set; }
Public Default Property Item(i As Object) As Object
The key of the value to get or set.