how convert ILIST to ILIST at C#? [closed]

var oList = (IList<object>)sList.Cast<object>().ToList();

Leave a Comment