Click or drag to resize

NullSafeDictionaryTKey, TValueTryGetValue Method

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public bool TryGetValue(
	TKey key,
	ref TValue value
)

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also