| 
TypedSortedListEx
 TKey
,
 TValue
Item Property (Object)
  | 
 Gets or sets the value associated with the specified key.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Object this[
	Object key
] { get; set; }
 
Public Default Property Item ( 
	key As Object
) As Object
	Get
	Set
 
public:
virtual property Object^ default[Object^ key] {
	Object^ get (Object^ key) sealed;
	void set (Object^ key, Object^ value) sealed;
}
 
abstract Item : Object with get, set
override Item : Object with get, set
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
System
Object
 
 
Property Value
 
 Type:
 
Object
 
Implements
 
IDictionary
Item
Object
 
 See Also
See Also