Click or drag to resize

TypedSortedListEx TKey , TValue TryGetValue Method

Attempts to get 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 bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: Boolean

Implements

IDictionary TKey, TValue TryGetValue(TKey, TValue )
See Also