On 8/15/07, OmariO <[EMAIL PROTECTED]> wrote:
>
> Great library, but it's object model would be easier queryable with
> LINQ if collection classes implemented IEnumerable<T>.  May be
> Collection<T>  instead of CollectionBase?

Cecil *have* to be 1.1 compatible.

To provide LINQ functionalities, it could be easy to write something like:

public static IQueryable<T> Query (this AssemblyDefinition assembly)
{
}

-- 
Jb Evain  <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to