Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Item Property

Gets or sets the value with the specified keys.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public TValue this[
	TKey1 key1,
	TKey2 key2
] { get; set; }
Public Default Property Item ( _
	key1 As TKey1, _
	key2 As TKey2 _
) As TValue
	Get
	Set

Parameters

key1
Type: TKey1
The first key.
key2
Type: TKey2
The second key.

Field Value

Return Value