// IDictionaryConverter if(typeof Ajax == "undefined") Ajax={}; if(typeof Ajax.Web == "undefined") Ajax.Web={}; Ajax.Web.Dictionary = function(type,items) { this.__type = type; this.keys = []; this.values = []; if(items != null && !isNaN(items.length)) { for(var i=0; i