IExpressionCollection not recognised
Amerella
Posts: 2 New member
Hi, I've just downloaded a trial version of .NET Reflector in order to make some changes to an existing C# project.
My project has a reference to Reflector.exe, and has using statements for Reflector, Reflector.CodeModel and Reflector.CodeModel.Memory. However, existing code is using the IExpressionCollection interface, and this isn't being recognised. Has this been removed, or do I need a different reference/using statement?
My project has a reference to Reflector.exe, and has using statements for Reflector, Reflector.CodeModel and Reflector.CodeModel.Memory. However, existing code is using the IExpressionCollection interface, and this isn't being recognised. Has this been removed, or do I need a different reference/using statement?
Tagged:
Answers
Thanks for your post!
Just to confirm, what kind of change are you trying to make? (Typically, there's no need to add reference to the Reflector files.)
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Hi @Amerella
Our developers have let me know that the `IExpressionCollection` type no longer exists in Reflector as many of collection types in reflector were replaced into .NET container types like `ICollection<T>` or `IList<T>`.
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?