<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Cromwell &#187; Languages</title>
	<atom:link href="http://blog.cromwellhaus.com/index.php/category/languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cromwellhaus.com</link>
	<description>Improving my craft...</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:38:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Action(Of T) Lambdas in VB</title>
		<link>http://blog.cromwellhaus.com/index.php/2009/03/action-of-t-lambdas-in-vb/</link>
		<comments>http://blog.cromwellhaus.com/index.php/2009/03/action-of-t-lambdas-in-vb/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:49:03 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Languages]]></category>

		<guid isPermaLink="false">/blogs/ryanc/archive/2009/03/30/action-of-t-lambdas-in-vb.aspx</guid>
		<description><![CDATA[Until VB catches up with C# in the lambda support realm, here is how you can accomplish those Moq or Rhino.Mocks style verifications in VB:

dim someSub as Action(Of double) = AddressOf mockObject.SomeSub


Rhino.Mocks.Expect.Call( someSub)



It’s very frustrating going from the full support in C# to VB, but I’m finding sufficient workaround for most items.&#160; I shouldn’t be [...]]]></description>
		<wfw:commentRss>http://blog.cromwellhaus.com/index.php/2009/03/action-of-t-lambdas-in-vb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
