Click or drag to resize

NullSafeDictionaryTKey, TValueItem Property

Gets or sets the item for a key in dictionary. If no item exists for key, the default value for this SafeDictionary is returned

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey

Property Value

Type: TValue

Implements

IDictionaryTKey, TValueItemTKey
See Also