Click or drag to resize

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

Parameters

key
Type: TKey

Property Value

Type: TValue

Implements

IDictionary TKey, TValue Item TKey
See Also