| 
TypedSortedListEx
 TKey
,
 TValue
Item Property (
 TKey
)
  | 
 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 virtual TValue this[
	TKey key
] { get; set; }
 
Public Overridable Default Property Item ( 
	key As TKey
) As TValue
	Get
	Set
 
public:
virtual property TValue default[TKey key] {
	TValue get (TKey key);
	void set (TKey key, TValue value);
}
 
abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
 TKey
 
Property Value
 
 Type:
 
 TValue
Implements
 
IDictionary
TKey, TValue
Item
TKey
 
 See Also
See Also