On Thu, Dec 2, 2010 at 9:41 PM, Greg Young <[email protected]> wrote: > I would use the position but it seems ambiguous. I must not get something > there.
They can't be ambiguous. Everything related to generics in the metadata system is indexed by position. > How do you know when it applies to a Parameter and when to an Argument? When what applies? The position? If so, always. GenericParameter.Position has better be right all the time, otherwise it's a bug in Cecil. -- -- mono-cecil
