I get the following code when generating the following instrumentation for an IList parameter method:
<match assemblyName="Assembly" className="MyNameSpace">
<exactMethodMatcher methodName="ProcessShifts" parameters="System.Collections.Generic.IList`1<MyNameSpace.MyClass>" />
</match>