<?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: So how about truly private fields in C#?</title>
	<atom:link href="http://dan.bodar.com/2009/05/21/so-how-about-truly-private-fields-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://dan.bodar.com/2009/05/21/so-how-about-truly-private-fields-in-c/</link>
	<description>Dan&#039;s technical ramblings</description>
	<lastBuildDate>Mon, 18 Apr 2011 09:49:09 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Jim Arnold</title>
		<link>http://dan.bodar.com/2009/05/21/so-how-about-truly-private-fields-in-c/comment-page-1/#comment-162</link>
		<dc:creator>Jim Arnold</dc:creator>
		<pubDate>Thu, 21 May 2009 13:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://dan.bodar.com/?p=34#comment-162</guid>
		<description>var p = new Purse(2);
p.set(p.get() + 1);

int money = (int)p.get.Target.GetType().GetField(&quot;money&quot;).GetValue(p.get.Target);

Assert.AreEqual(3, money);


Or am I missing the point?</description>
		<content:encoded><![CDATA[<p>var p = new Purse(2);<br />
p.set(p.get() + 1);</p>
<p>int money = (int)p.get.Target.GetType().GetField(&#8220;money&#8221;).GetValue(p.get.Target);</p>
<p>Assert.AreEqual(3, money);</p>
<p>Or am I missing the point?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

