Class CAIndexesWithNull
- Namespace
- SunamoCollectionsIndexesWithNull
- Assembly
- SunamoCollectionsIndexesWithNull.dll
Provides utility methods for finding indexes of null or empty elements in collections
public class CAIndexesWithNull
- Inheritance
-
CAIndexesWithNull
- Inherited Members
- Extension Methods
Methods
IndexesWithNull(IList)
Returns a list of indexes where elements are null
public static List<int> IndexesWithNull(IList list)
Parameters
listIListThe collection to search for null elements
Returns
IndexesWithNullOrEmpty(IList)
Returns a list of indexes where elements are either null or empty strings
public static List<int> IndexesWithNullOrEmpty(IList list)
Parameters
listIListThe collection to search for null or empty elements