The following code gives me this error:
Cannot convert from \'System.Collections.Generic.List\' to \'System.Collections.Generic.List\'.
Why can't the parameter be of type IList?
public void FillSmartGrid(IList items)