if(typeof AJAXDemo == "undefined") AJAXDemo={};
if(typeof AJAXDemo.Examples == "undefined") AJAXDemo.Examples={};
if(typeof AJAXDemo.Examples.Collections == "undefined") AJAXDemo.Examples.Collections={};
AJAXDemo.Examples.Collections.Demo_class = function() {};
Object.extend(AJAXDemo.Examples.Collections.Demo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInt16Collection: function(list) {
		return this.invoke("GetInt16Collection", {"list":list}, this.GetInt16Collection.getArguments().slice(1));
	},
	GetMyClassCollection: function(list) {
		return this.invoke("GetMyClassCollection", {"list":list}, this.GetMyClassCollection.getArguments().slice(1));
	},
	GetHashtable: function() {
		return this.invoke("GetHashtable", {}, this.GetHashtable.getArguments().slice(0));
	},
	GetNameValueCollection: function() {
		return this.invoke("GetNameValueCollection", {}, this.GetNameValueCollection.getArguments().slice(0));
	},
	GetAnyJavaScriptObject: function(o) {
		return this.invoke("GetAnyJavaScriptObject", {"o":o}, this.GetAnyJavaScriptObject.getArguments().slice(1));
	},
	url: '/ajaxpro/AJAXDemo.Examples.Collections.Demo,App_Code.fffswqhf.ashx'
}));
AJAXDemo.Examples.Collections.Demo = new AJAXDemo.Examples.Collections.Demo_class();

