Max,

On 6/21/07, Max Bolingbroke <[EMAIL PROTECTED]> wrote:
> MethodReference constructorReference = new MethodReference(".ctor",
> typeWhichIsIndeedANullableTypeInstance, module.Import(typeof(void)),
> true, false, MethodCallingConvention.Default);
> constructorReference.Parameters.Add(new
> ParameterDefinition(typeWhichIsIndeedANullableTypeInstance.GenericParameters[0]));

In this code, how is initialized typeWhichIsIndeedANullableTypeInstance?

I can't repro the bug where the GenericInstanceType have a value in
its GenericParameter collection.

-- 
Jb

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

Reply via email to