Sitecore 5.1.1 API

HashList.Item Property

Gets an object by its index.

Overload List

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;}

See Also

HashList Class | Sitecore.Collections Namespace