Hey Keith, On Jan 15, 2012, at 1:00 AM, Keith Sheppard wrote: > I've spotted something else that I *think* is a bug in how resolve > works. A double array will resolve as a double.
Actually it has always been like this. Notice that Resolve returns a TypeDefinition. Resolve thus can't return an ArrayType wrapping a TypeDefinition. See for instance: http://groups.google.com/group/mono-cecil/browse_thread/thread/c91aa1a9a6986670/5a519a3f1a2a6f5a Thinking about it, I'll had such a method to .Rocks. I just need to find an appropriate name. Jb -- -- mono-cecil
