document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if (mi.IsGenericMethodDefinition) {
  2. // We do not support binding to generic methods, e.g. public void DoSomething<T>(T t)
  3. continue;
  4. }
');