Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
Ordered
Dictionary
TKey
,
TValue
Item Property
Overload List
Item
Int32
Gets or sets the value at the specified index as an O(1) operation.
Item
TKey
Gets or sets the value associated with the specified key as an O(1) operation.
See Also
Reference
OrderedDictionary
TKey, TValue
Class
Gemstone.Collections Namespace
In This Article
Overload List
See Also