<?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: Breaking encapsulation with collections</title>
	<atom:link href="http://www.kongsli.net/nblog/2008/07/01/breaking-encapsulation-with-collections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kongsli.net/nblog/2008/07/01/breaking-encapsulation-with-collections/</link>
	<description>Deep thoughts on shallow topics</description>
	<pubDate>Tue, 06 Jan 2009 12:14:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vidarkongsli</title>
		<link>http://www.kongsli.net/nblog/2008/07/01/breaking-encapsulation-with-collections/comment-page-1/#comment-231</link>
		<dc:creator>vidarkongsli</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kongsli.net/nblog/?p=61#comment-231</guid>
		<description>True. Using ReadOnlyCollection is an alternative solution.</description>
		<content:encoded><![CDATA[<p>True. Using ReadOnlyCollection is an alternative solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erlend</title>
		<link>http://www.kongsli.net/nblog/2008/07/01/breaking-encapsulation-with-collections/comment-page-1/#comment-230</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kongsli.net/nblog/?p=61#comment-230</guid>
		<description>As I understand the "readonly" keyword only refers to the variable. If you need a collection of objects that cannot be changed, maybe ReadOnlyCollection is a better choice.</description>
		<content:encoded><![CDATA[<p>As I understand the &#8220;readonly&#8221; keyword only refers to the variable. If you need a collection of objects that cannot be changed, maybe ReadOnlyCollection is a better choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
