<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/methods</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 05:32:09 GMT</pubDate>
<item>
<title>(C#) Methods and Different Kind of Parameters Passing - RichardIII</title>
<link>http://snipplr.com/view/4978/methods-and-different-kind-of-parameters-passing/</link>
<description><![CDATA[ <p>In Delphi you have the possibility to modify Methods' Parameters (e.g. procedure AddPlus(var number: integer);) - in C# you will find the following realm of possibility:</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 08:46:25 GMT</pubDate>
<guid>http://snipplr.com/view/4978/methods-and-different-kind-of-parameters-passing/</guid>
</item>
<item>
<title>(C#) Playing With Extension Methods - Soft</title>
<link>http://snipplr.com/view/4898/playing-with-extension-methods/</link>
<description><![CDATA[ <p>In Ruby you can write 5.times { print "Hello World" } . With a simple extension method I was able to do something similar with C#.</p> ]]></description>
<pubDate>Mon, 04 Feb 2008 17:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/4898/playing-with-extension-methods/</guid>
</item>
</channel>
</rss>