<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: C#.NET Script &#8211; Associative Array</title>
	<atom:link href="http://xhanch.com/c-net-script-associative-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://xhanch.com/c-net-script-associative-array/</link>
	<description>Professional Web Development and Graphic Solutions</description>
	<lastBuildDate>Tue, 24 May 2011 19:30:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Susanto BSc</title>
		<link>http://xhanch.com/c-net-script-associative-array/comment-page-1/#comment-355</link>
		<dc:creator>Susanto BSc</dc:creator>
		<pubDate>Sun, 21 Mar 2010 16:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://xhanch.com/?p=400#comment-355</guid>
		<description>This class has been tested for sure since I have used it on some of my projects.
The error you get does not make sense.
FYI, this class is built under .NET FX 3.5. 
Perhaps it is caused by incompatible version.</description>
		<content:encoded><![CDATA[<p>This class has been tested for sure since I have used it on some of my projects.<br />
The error you get does not make sense.<br />
FYI, this class is built under .NET FX 3.5.<br />
Perhaps it is caused by incompatible version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleroot</title>
		<link>http://xhanch.com/c-net-script-associative-array/comment-page-1/#comment-353</link>
		<dc:creator>aleroot</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://xhanch.com/?p=400#comment-353</guid>
		<description>This method in the class : 
public static bool IsAssociativeArray(){  
        return (this.Item.GetType().ToString().StartsWith(&quot;System.Collections.Generic.Dictionary&quot;));  
    }  

Give me an error &quot;Impossible use Keyword this in static method&quot; !

When i try to do this in my program : 

mp.Item = arr.Item[key];

Give me an error : 
Cast Missing , Impossible convert object in  &#039;System.Collections.Generic.Dictionary&#039;.

Why ?
Have you try to use this class ??</description>
		<content:encoded><![CDATA[<p>This method in the class :<br />
public static bool IsAssociativeArray(){<br />
        return (this.Item.GetType().ToString().StartsWith(&#8220;System.Collections.Generic.Dictionary&#8221;));<br />
    }  </p>
<p>Give me an error &#8220;Impossible use Keyword this in static method&#8221; !</p>
<p>When i try to do this in my program : </p>
<p>mp.Item = arr.Item[key];</p>
<p>Give me an error :<br />
Cast Missing , Impossible convert object in  &#8216;System.Collections.Generic.Dictionary&#8217;.</p>
<p>Why ?<br />
Have you try to use this class ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

