Click or drag to resize

DictionaryWithDefaultTKey, TValueItem Property

Gets or sets the value associated with the given key. If the key isn't in the dictionary, DefaultValue will be returned.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TValue this[
	TKey key
] { get; set; }
Request Example View Source

Parameters

key
Type: TKey

Property Value

Type: TValue
See Also