<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>C#</title><link>http://forums.asp.net/37.aspx</link><description>Discussions/Questions about the C# language. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=13&amp;c=23" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Why TryParse Can't Get Property?</title><link>http://forums.asp.net/thread/1348676.aspx</link><pubDate>Sat, 22 Jul 2006 14:14:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1348676</guid><dc:creator>engeleng</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1348676.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=1348676</wfw:commentRss><description>you right, thanks!&lt;br /&gt;</description></item><item><title>Re: Why TryParse Can't Get Property?</title><link>http://forums.asp.net/thread/1348639.aspx</link><pubDate>Sat, 22 Jul 2006 12:55:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1348639</guid><dc:creator>JasonFollas</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1348639.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=1348639</wfw:commentRss><description>&lt;p&gt;The fact that a property looks and feels like a variable is deceiving. When compiled, a property becomes two methods: one for the Getter and one of the Setter.&amp;nbsp; This is why the property fails when you try to use it in TryParse().&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Why TryParse Can't Get Property?</title><link>http://forums.asp.net/thread/1348584.aspx</link><pubDate>Sat, 22 Jul 2006 08:53:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1348584</guid><dc:creator>engeleng</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1348584.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=1348584</wfw:commentRss><description>&amp;nbsp;&amp;nbsp; I search the web without success to get some answer to this question:&lt;br /&gt;if i'm using the method TryParse(string, out property) and giving it property as out member i get the error "A property or indexer may not be passed as an out or ref parameter"&lt;br /&gt;i tried to understand why...,why i must give the method a variable and it can not get property of the variable?&lt;br /&gt;&lt;br /&gt;thank you in advnace&lt;br /&gt;Dror.&lt;br /&gt;</description></item></channel></rss>