<?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/strongly-typed</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 12:45:12 GMT</pubDate>
<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>(C#) Generic list wrapper returns a smaller strongly typed sub-list  which modifies the parent-list when changed (without events) - bryanlyman</title>
<link>http://snipplr.com/view/26884/generic-list-wrapper-returns-a-smaller-strongly-typed-sublist--which-modifies-the-parentlist-when-changed-without-events/</link>
<description><![CDATA[ <p>A class which wraps a parent list containing mixed object types, to provide smaller strongly typed sub-lists of objects. These sub-lists can be modified, which then modifies the parent list concurrently (without events being triggered). Supports the merging of other lists of the same type. Supports serialization. Supports parent list auto-instantiation.</p> ]]></description>
<pubDate>Fri, 22 Jan 2010 19:24:16 GMT</pubDate>
<guid>http://snipplr.com/view/26884/generic-list-wrapper-returns-a-smaller-strongly-typed-sublist--which-modifies-the-parentlist-when-changed-without-events/</guid>
</item>
</channel>
</rss>