Click or drag to resize

NullSafeDictionaryTKey, TValueAdd Method

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

Parameters

key
Type: TKey
value
Type: TValue

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also