Bridge

Dictionary<(Of <(<'TKey, TValue>)>)>..::..Get Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public TValue Get(
	TKey key
)
Public Function Get ( _
	key As TKey _
) As TValue
public:
TValue Get(
	TKey key
)

Parameters

key
Type: TKey