All C# extension methods for type ilist
-
Check either IList object is null or empty.
-
Extend collections implementing IList to return a DataView. In cases where filters need to be applied to data, this extension will prove handy.
-
Return observable collection for IList object.