With generics, each new constructed type may need to define new
methods. On the first reference type, or on each new value type you
bind to an open class.
Is each new method laid out when the type is constructed, or are new
methods generated just before they're first called?

Signature
<http://www.midnightbeach.com>
Vadym Stetsyak - 22 Dec 2005 09:36 GMT
AFAIK the they " lay out" in the compile time.

Signature
Vadym Stetsyak aka Vadmyst
http://vadmyst.blogspot.com
> With generics, each new constructed type may need to define new
> methods. On the first reference type, or on each new value type you
> bind to an open class.
>
> Is each new method laid out when the type is constructed, or are new
> methods generated just before they're first called?