G
Guest
Is it possible to Define a property with the TypeBuilder and having the IL
code definition use the instance keyword... seems like code generated with
the compiler shows this keyword and when i build my own types they dont have
this keyword...i use Reflector to check that the classe generated seems
ok..and reflector when in the absence of the instance keyword returns and
indexer property... im lost here since calling GetProperties on my emitted
type also returns a PropertyInfo indexer...
Thanks
code definition use the instance keyword... seems like code generated with
the compiler shows this keyword and when i build my own types they dont have
this keyword...i use Reflector to check that the classe generated seems
ok..and reflector when in the absence of the instance keyword returns and
indexer property... im lost here since calling GetProperties on my emitted
type also returns a PropertyInfo indexer...
Thanks