<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Anonymous method remain mutable in VB. </title><link>http://msmvps.com/blogs/bill/archive/2007/05/12/anonymous-method-remain-mutable-in-vb.aspx</link><description>Paul Vick posted that anonymous types will remain mutable in VB . Generally this looks good, I just hope that it is not a requirement to specify the key. That is if no key is specified, then the hashcode will be generated will be created based on all</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Keyed Anonymous types in VB9</title><link>http://msmvps.com/blogs/bill/archive/2007/05/12/anonymous-method-remain-mutable-in-vb.aspx#1012409</link><pubDate>Mon, 09 Jul 2007 19:05:45 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1012409</guid><dc:creator>@ Head</dc:creator><description>&lt;p&gt;Previously I wrote about my opinion on anonymous types and keys. This post just tells it how it actually&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1012409" width="1" height="1"&gt;</description></item><item><title>re: Anonymous method remain mutable in VB. </title><link>http://msmvps.com/blogs/bill/archive/2007/05/12/anonymous-method-remain-mutable-in-vb.aspx#933318</link><pubDate>Wed, 30 May 2007 04:44:47 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:933318</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;Hey Bill; actually for queries, we surface the anonymous types as immutable by default. There currently is no way to surface mutable anonymous types in a query projection.&lt;/p&gt;
&lt;p&gt;dim q = from c in Countries select c.Country, c.State&lt;/p&gt;
&lt;p&gt;surfaces a collection of immutable anonymous types.&lt;/p&gt;
&lt;p&gt;Your proposed syntax is interesting though.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=933318" width="1" height="1"&gt;</description></item></channel></rss>