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