Click or drag to resize

aceDictionary2DTD1Key, TD2Key, TValueItem Property (TD1Key)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Accessing whole nested dimension. Get will return dictionary with reference, Set will not replace existing dimension but update if with all KeyValuePairTKey, TValue pairs.

Namespace:  imbSCI.Data.collection.nested
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public ConcurrentDictionary<TD2Key, TValue> this[
	TD1Key key
] { get; set; }
Request Example View Source

Parameters

key
Type: TD1Key
The key.

Property Value

Type: ConcurrentDictionaryTD2Key, TValue
The DictionaryTKey, TValue.

Return Value

Type: ConcurrentDictionaryTD2Key, TValue
See Also