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