<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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# 2.0 Generic Interfaces</title><link>http://blogs.msdn.com/danvallejo/archive/2004/10/14/242518.aspx</link><description>Just as in generic classes, it is useful to define generic interfaces. It's useful to define generic interfaces for collections such as linked lists. In this example, we are defining a generic interface that requires T to be a reference type. // File:</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>C# 2.0 generics</title><link>http://blogs.msdn.com/danvallejo/archive/2004/10/14/242518.aspx#242550</link><pubDate>Fri, 15 Oct 2004 03:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:242550</guid><dc:creator>blog.dreampro</dc:creator><description /></item><item><title>question</title><link>http://blogs.msdn.com/danvallejo/archive/2004/10/14/242518.aspx#243533</link><pubDate>Sun, 17 Oct 2004 08:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:243533</guid><dc:creator>Amirreza Sardarzadeh</dc:creator><description>hi&lt;br&gt;i have a question , but not about this article&lt;br&gt;&lt;br&gt;look at this line of code :&lt;br&gt;&lt;br&gt;[assembly:FileIOPermission(SecurityAction.RequestMinimum , Unrestricted = true)]&lt;br&gt;&lt;br&gt;when use it above class declaration the FileIOPermisson accepts only one parameter&lt;br&gt;(i know there is wrong place for use of this attribute)&lt;br&gt;ok?&lt;br&gt;i want to know what is &amp;quot;Unrestricted = true&amp;quot; , when there is only one parameter ?&lt;br&gt;how it accepts second parameter ?&lt;br&gt;i think it's irregular&lt;br&gt;&lt;br&gt;&lt;br&gt;thanx&lt;br&gt;bye</description></item><item><title>re: question</title><link>http://blogs.msdn.com/danvallejo/archive/2004/10/14/242518.aspx#243736</link><pubDate>Mon, 18 Oct 2004 02:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:243736</guid><dc:creator>Vlad Volosuk</dc:creator><description>The Unrestricted is a named argument. &lt;br&gt;The named arguments are declared as fields or properies.&lt;br&gt;In this example it is the propery FileIOPermissonAttribute.Unrestricted which will be assigned to true after the object creation.</description></item><item><title>re: question </title><link>http://blogs.msdn.com/danvallejo/archive/2004/10/14/242518.aspx#243839</link><pubDate>Mon, 18 Oct 2004 09:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:243839</guid><dc:creator>Amirreza Sardarzadeh</dc:creator><description>thanx for your answer&lt;br&gt;it's realy helped me&lt;br&gt;(how fast you answer)&lt;br&gt;bye and thanx again</description></item><item><title>C# 2.0 Generic Interfaces</title><link>http://blogs.msdn.com/danvallejo/archive/2004/10/14/242518.aspx#6532727</link><pubDate>Mon, 26 Nov 2007 19:10:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6532727</guid><dc:creator>C# 2.0 Generic Interfaces</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://feeds.maxblog.eu/item_545125.html"&gt;http://feeds.maxblog.eu/item_545125.html&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>