List to IList

List items = new List();
items.Add(item);...

ILIST Items = items;