예제 #1
0
        /** Sorts the key-value pairs by key names and formats them as equations. */
        public override string ToString()
        {
            IMap <string, string> map = CollectionFactory.CreateTreeMap <string, string>(hash);

            return(map.ToString());
        }