<?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/tags/generics</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 13:58:08 GMT</pubDate>
<item>
<title>(C#) List of different type - yesraaj</title>
<link>http://snipplr.com/view/42902/list-of-different-type/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Oct 2010 18:14:50 GMT</pubDate>
<guid>http://snipplr.com/view/42902/list-of-different-type/</guid>
</item>
<item>
<title>(C#) C# Generic Type Conversion - wallybh</title>
<link>http://snipplr.com/view/39729/c-generic-type-conversion/</link>
<description><![CDATA[ <p>Enables to convert types using generics. Simple and clean.</p> ]]></description>
<pubDate>Tue, 31 Aug 2010 06:09:29 GMT</pubDate>
<guid>http://snipplr.com/view/39729/c-generic-type-conversion/</guid>
</item>
<item>
<title>(C#) Constructing Generics Through Reflection (List of Mixed Types Example) - bryanlyman</title>
<link>http://snipplr.com/view/33857/constructing-generics-through-reflection-list-of-mixed-types-example/</link>
<description><![CDATA[ <p>.net 2.0+ Generic classes make code size much smaller and casting objects (boxing) a cinch. However, currently there are some unsupported IDE options when trying to cast objects to and from generic objects that use mixed object types (inherited from a generic type specifier). Fear not, using reflection we can bypass the IDE and supply the users with strongly typed objects.</p> ]]></description>
<pubDate>Tue, 04 May 2010 16:58:15 GMT</pubDate>
<guid>http://snipplr.com/view/33857/constructing-generics-through-reflection-list-of-mixed-types-example/</guid>
</item>
<item>
<title>(Java) Resizing Generic Arrays in Java in A Generic Way - kungfoo</title>
<link>http://snipplr.com/view/14993/resizing-generic-arrays-in-java-in-a-generic-way/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 May 2009 04:59:08 GMT</pubDate>
<guid>http://snipplr.com/view/14993/resizing-generic-arrays-in-java-in-a-generic-way/</guid>
</item>
<item>
<title>(C#) Creating Linear List with Advanced Programming Techniques - RichardIII</title>
<link>http://snipplr.com/view/4976/creating-linear-list-with-advanced-programming-techniques/</link>
<description><![CDATA[ <p>This is a demo how to create a Linear List with APTs make using of Generics, Indexer and the IEnumerator Interface. With this APTs it is possible to create a high performace, type safety class which is available for different control loops techniques and so on.</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 06:22:59 GMT</pubDate>
<guid>http://snipplr.com/view/4976/creating-linear-list-with-advanced-programming-techniques/</guid>
</item>
<item>
<title>(Java) A simple solution for "castless" spring application context - narkisr</title>
<link>http://snipplr.com/view/4707/a-simple-solution-for-castless-spring-application-context/</link>
<description><![CDATA[ <p>A very simple way of getting bean instances from Spring context without casting returned object, the assumption is that the bean id's are matching the classes names.</p> ]]></description>
<pubDate>Mon, 21 Jan 2008 12:08:37 GMT</pubDate>
<guid>http://snipplr.com/view/4707/a-simple-solution-for-castless-spring-application-context/</guid>
</item>
<item>
<title>(C#) Generics with Databinding - sophtwarez</title>
<link>http://snipplr.com/view/599/generics-with-databinding/</link>
<description><![CDATA[ <p>Methinks this is a bad idea but it is a suggested use of generics from the .NET 2.0 Generics Wrox book</p> ]]></description>
<pubDate>Sat, 29 Jul 2006 08:45:45 GMT</pubDate>
<guid>http://snipplr.com/view/599/generics-with-databinding/</guid>
</item>
<item>
<title>(Java) Generics - List of unknown - adding type restrictions. - cetnar</title>
<link>http://snipplr.com/view/429/generics--list-of-unknown--adding-type-restrictions/</link>
<description><![CDATA[ <p>Za typ N można podstawić dowolny typ dziedziczący po Number.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 02:54:09 GMT</pubDate>
<guid>http://snipplr.com/view/429/generics--list-of-unknown--adding-type-restrictions/</guid>
</item>
<item>
<title>(Java) Generics - List of unknown - cetnar</title>
<link>http://snipplr.com/view/428/generics--list-of-unknown/</link>
<description><![CDATA[ <p>Użycie jednoliterowego typu w definicji typu generycznego oznacza, że może być użyta tam dowolna klasa.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 02:49:34 GMT</pubDate>
<guid>http://snipplr.com/view/428/generics--list-of-unknown/</guid>
</item>
<item>
<title>(Java) Generics - Using Type Wildcards - cetnar</title>
<link>http://snipplr.com/view/427/generics--using-type-wildcards/</link>
<description><![CDATA[ <p>Uwaga: taki typ generyczny jest niestety readonly.</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 02:24:49 GMT</pubDate>
<guid>http://snipplr.com/view/427/generics--using-type-wildcards/</guid>
</item>
<item>
<title>(Java) Iterating over generic list - cetnar</title>
<link>http://snipplr.com/view/340/iterating-over-generic-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jul 2006 00:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/340/iterating-over-generic-list/</guid>
</item>
<item>
<title>(Java) Get parametrized type in runtime - leazen</title>
<link>http://snipplr.com/view/215/get-parametrized-type-in-runtime/</link>
<description><![CDATA[ <p>This code will only work for immediate specialization not something like class B extends A.</p> ]]></description>
<pubDate>Tue, 04 Jul 2006 08:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/215/get-parametrized-type-in-runtime/</guid>
</item>
</channel>
</rss>