Gets an object by its index.
public object this[int] {get;}
Gets or sets an object by its key.
public object this[string] {get; set;}
HashList Class | Sitecore.Collections Namespace