//--------------------------------------------------------------
// Copyright (C) 2006 Michael Schwarz (http://www.ajaxpro.info).
// All rights reserved.
//--------------------------------------------------------------
// Converter.js
// NamevalsueCollectionConverter
if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.Web == "undefined") Ajax.Web={};
if(typeof Ajax.Web.NamevalsueCollection == "undefined") Ajax.Web.NamevalsueCollection={};
Ajax.Web.NamevalsueCollection = function(items) {
this.__type = "System.Collections.Specialized.NamevalsueCollection";
this.keys = [];
this.values = [];
if(items != null && !isNaN(items.length)) {
for(var i=0; i