﻿class System.Collections.Generic.SortedDictionary<K, V> System.Collections.SortedDictionary : Dictionary<K, V>
	java java.util.HashMap
	python dict
	js service Hashtable  ///warning: SortedDictionary not supported in JS, use simple Dictionary
	php service Dictionary  ///warning: SortedDictionary not supported in PHP, use simple Dictionary
	rust service Dictionary  ///warning: SortedDictionary not supported in RUST, use simple Dictionary


subclass KeyCollection 
	equals ICollection<K>

subclass ValueCollection 
	equals ICollection<V>

