EnumerableExt Members

The EnumerableExt type exposes the following members.

Methods


  Name Description
Public method Static member Add<(Of <<'(T>)>>)
Adds the specified additional item.
Public method Static member Concat<(Of <<'(T>)>>)
Merge the specified item.
Public method Static member Each<(Of <<'(T>)>>)
Eaches the specified action.
Public method Static member IndexOf<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource)
Returns the index of the first occurrence in a sequence by using the default equality comparer.
Public method Static member IndexOf<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, IEqualityComparer<(Of <<'(TSource>)>>))
Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer.
Public method Static member IsNullOrEmpty<(Of <<'(T>)>>)
Determines whether a collection is null or has no elements without having to enumerate the entire collection to get a count. Uses LINQ.
Public method Static member Replace<(Of <<'(T>)>>)
This extension method replaces an item in a collection that implements the IList interface.
Public method Static member Slice<(Of <<'(T>)>>)
Slices the specified start. char[] h = "0123456789abcdef".ToCharArray(); var a = h.Slice(0, 3);
Public method Static member ToCollection<(Of <<'(T>)>>)
To the collection.
Public method Static member ToCSV<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Char)
To the CSV.
Public method Static member ToCSV<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
To the CSV.
Public method Static member ToDataTable<(Of <<'(T>)>>)
To the data table.
Public method Static member ToHashSet<(Of <<'(T>)>>)
Converts an IEnumerable to a HashSet
Public method Static member ToList<(Of <<'(T>)>>)(IDbCommand)
To the list.
Public method Static member ToList<(Of <<'(T>)>>)(SqlDataReader)
To the list.
Public method Static member ToList<(Of <<'(T>)>>)(SqlDataReader, Boolean)
To the list.
Public method Static member ToMap<(Of <<'(T>)>>)(SqlDataReader)
To the map.
Public method Static member ToMap<(Of <<'(T>)>>)(SqlDataReader, Boolean)
To the map.