1 reference to
System (1)
compmod\system\collections\generic\sorteddictionary.cs (1)
28
public SortedDictionary(IDictionary<TKey,TValue> dictionary) :
this
( dictionary, null) {