<?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: Forbidden Void type in C#</title>
	<atom:link href="http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: pip010</title>
		<link>http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/#comment-5261</link>
		<dc:creator>pip010</dc:creator>
		<pubDate>Tue, 06 Nov 2012 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx#comment-5261</guid>
		<description>void should bare simply the meaning of NOTYPE, as null for no value

so when i do in generics

class MyClass : MyBaseClass

{}

then i can check for typeof(T2) is void ?</description>
		<content:encoded><![CDATA[<p>void should bare simply the meaning of NOTYPE, as null for no value</p>
<p>so when i do in generics</p>
<p>class MyClass : MyBaseClass</p>
<p>{}</p>
<p>then i can check for typeof(T2) is void ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Markovo</title>
		<link>http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/#comment-3343</link>
		<dc:creator>Robert Markovo</dc:creator>
		<pubDate>Tue, 26 Apr 2011 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx#comment-3343</guid>
		<description>do not try any dlls from the C# library and make it solely from F#, it is much efficient, faster and you will find it all. I will get back in touch with exact info soon , till then surf the MSDN.</description>
		<content:encoded><![CDATA[<p>do not try any dlls from the C# library and make it solely from F#, it is much efficient, faster and you will find it all. I will get back in touch with exact info soon , till then surf the MSDN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ritchie</title>
		<link>http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/#comment-579</link>
		<dc:creator>Peter Ritchie</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:57:44 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx#comment-579</guid>
		<description>Section 9.4 of ECMA 335, Partition II:
&quot;The following kinds of type cannot be used as arguments in instantiations (of generic types or methods):
...
• void (e.g., List&lt;System.Void&gt; is invalid)
&quot;</description>
		<content:encoded><![CDATA[<p>Section 9.4 of ECMA 335, Partition II:<br />
&#8220;The following kinds of type cannot be used as arguments in instantiations (of generic types or methods):<br />
&#8230;<br />
• void (e.g., List<system .Void> is invalid)<br />
&#8220;</system></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ritchie</title>
		<link>http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/#comment-578</link>
		<dc:creator>Peter Ritchie</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:31:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx#comment-578</guid>
		<description>MSIL doesn&#039;t support instantiation of Func(bool,void); so I assume it doesn&#039;t support void as a type-parameter at all.</description>
		<content:encoded><![CDATA[<p>MSIL doesn&#8217;t support instantiation of Func(bool,void); so I assume it doesn&#8217;t support void as a type-parameter at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gregory</title>
		<link>http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/#comment-577</link>
		<dc:creator>James Gregory</dc:creator>
		<pubDate>Fri, 06 Jun 2008 06:51:11 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx#comment-577</guid>
		<description>&quot;Void Structure
Specifies a return value type for a method that does not return a value.&quot;

Nice oxymoron.
</description>
		<content:encoded><![CDATA[<p>&#8220;Void Structure<br />
Specifies a return value type for a method that does not return a value.&#8221;</p>
<p>Nice oxymoron.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
