On Fri, Apr 16, 2010 at 11:21 AM, Michael Sync <[email protected]> wrote: > SL for WP7 doesn't have ArrayList, Hashtable, NamedCollection and > CollectionBase. Can you use something else ( e.g. List<T> or Dictinary<T,U> > )??
Cecil 0.9 provides a genericized API, so it does use Dictionary<> and a custom Collection<T> instead of the .net 1.1 equivalent. Get it from there: http://github.com/jbevain/cecil -- Jb Evain <[email protected]> -- -- mono-cecil Subscription settings: http://groups.google.com/group/mono-cecil/subscribe?hl=en
