<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Observable List'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 20:48:52 GMT</pubDate>
<item>
<title>jimmyw404 said on 4/30/11</title>
<link>http://snipplr.com/view/42423/observable-list/</link>
<description><![CDATA[ Note: I had to change the last method to the following to get this to compile. (It was using the 'generic' version of IEnumerator/IEnumarable).

        System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
        {
            return ((System.Collections.IEnumerable)internalList).GetEnumerator();
        } ]]></description>
<pubDate>Sat, 30 Apr 2011 02:50:45 GMT</pubDate>
<guid>http://snipplr.com/view/42423/observable-list/</guid>
</item>
</channel>
</rss>