<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>w3mentor &#187; Cast</title>
	<atom:link href="http://w3mentor.com/learn/category/asp-dot-net-c-sharp/c-asp-net-linq/cast-c-asp-net-linq-asp-dot-net-c-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://w3mentor.com</link>
	<description>Learning web technologies simplified!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:16:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cast an ArrayList to an IEnumerable object</title>
		<link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/cast-c-asp-net-linq-asp-dot-net-c-sharp/cast-an-arraylist-to-an-ienumerable-object/</link>
		<comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/cast-c-asp-net-linq-asp-dot-net-c-sharp/cast-an-arraylist-to-an-ienumerable-object/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 19:05:58 +0000</pubDate>
		<dc:creator>madhu</dc:creator>
				<category><![CDATA[Cast]]></category>
		<category><![CDATA[CAST]]></category>
		<category><![CDATA[enumeration]]></category>

		<guid isPermaLink="false">http://w3mentor.com/?p=10291</guid>
		<description><![CDATA[The following examples generate an ArrayList containing Customer elements and cast the ArrayList to an IEnumerable object: ArrayList CustomersArray = new ArrayList&#40;&#41;; foreach &#40;var c in CustomerList&#41; CustomersArray.Add&#40;c&#41;; &#160; var query22 = from c in CustomersArray.Cast &#60; Customer &#62; &#40;&#41; &#8230; <a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/cast-c-asp-net-linq-asp-dot-net-c-sharp/cast-an-arraylist-to-an-ienumerable-object/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/cast-c-asp-net-linq-asp-dot-net-c-sharp/cast-an-arraylist-to-an-ienumerable-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: w3mentor.com @ 2012-02-08 00:36:24 -->
