Click or drag to resize

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
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: System Object

Property Value

Type: Object

Implements

IDictionary Item Object
See Also