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; }
Public Default Property Item (
key As TKey
) As TValue
Get
Set
public:
virtual property TValue default[TKey key] {
TValue get (TKey key) sealed;
void set (TKey key, TValue value) sealed;
}
abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
Parameters
- key
- Type: TKey
Property Value
Type:
TValueImplements
IDictionaryTKey, TValueItemTKeySee Also