The signature in the Blob heap indexed by a MethodSpec token has the following format
MethodSpecBlob ::= |
---|
GENERICINST GenArgCount Type Type* |
GENERICINST
has the value 0x0A. [Note: This value is known as IMAGE_CEE_CS_CALLCONV_GENERICINST
in the Microsoft CLR implementation. end note]
The GenArgCount is a compressed unsigned integer indicating the number of generic arguments in the method. The blob then specifies the instantiated type, repeating a total of GenArgCount times.