public DictionaryLookup(
Dictionary<TKey, TValue> dictionary
)
Public Sub New (
dictionary As Dictionary(Of TKey, TValue)
)
public:
DictionaryLookup(
Dictionary<TKey, TValue>^ dictionary
)
new :
dictionary : Dictionary<'TKey, 'TValue> -> DictionaryLookup