Descriptor for an Instantiation of a generic method
Inheritance: Method
Ejemplo n.º 1
0
 internal static void Read(PEReader buff, TableRow[] specs)
 {
     for (int i=0; i < specs.Length; i++)
         specs[i] = new MethodSpec(buff);
 }