forwardReadOnlyDictionary(TKey, TValue) Properties   Table of ContentItem Property (TKey)forward
ReadOnlyDictionary<TKey, TValue>.Item Property
Overload List
  NameDescription
Public propertyItem[Int32]
Gets the element at the specified index.
(Inherited from ReadOnlyCollection<KeyValuePair<TKey, TValue>>.)
Public propertyItem[TKey]
Gets value object from dictionary.
Top
See Also