Click or drag to resize

ObservableDictionaryTKey, TValueTryGetValue Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool TryGetValue(
	TKey key,
	out TValue value
)
Request Example View Source

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also