Click or drag to resize

aceDictionary2DTD1Key, TD2Key, TValueItem Property (TD1Key, TD2Key)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Access to stored 2D value. Returns [!:TValue] default value if not defined within the matrix

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

Parameters

key1
Type: TD1Key
The key1.
key2
Type: TD2Key
The key2.

Property Value

Type: TValue
The [!:TValue].

Return Value

Type: TValue
See Also