Click or drag to resize

PropertyEntryDictionaryTryGetValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool TryGetValue(
	Object key,
	out PropertyEntry value
)
Request Example View Source

Parameters

key
Type: SystemObject
value
Type: imbSCI.Core.collectionPropertyEntry

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also