Sitecore 5.0 API

IndexedDictionary.Item Property (Object)

Gets or sets the item with the specified key.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal key As Object _
) As Object
[C#]
public object this[
   object key
] {get; set;}

See Also

IndexedDictionary Class | Sitecore.Collections Namespace | IndexedDictionary.Item Overload List