EnumerableExt Members
The EnumerableExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Add<(Of <<'(T>)>>) |
Adds the specified additional item.
|
![]() ![]() |
Concat<(Of <<'(T>)>>) |
Merge the specified item.
|
![]() ![]() |
Each<(Of <<'(T>)>>) |
Eaches the specified action.
|
![]() ![]() |
IndexOf<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource) |
Returns the index of the first occurrence in a sequence by using the default equality comparer.
|
![]() ![]() |
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.
|
![]() ![]() |
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.
|
![]() ![]() |
Replace<(Of <<'(T>)>>) |
This extension method replaces an item in a collection that implements the IList interface.
|
![]() ![]() |
Slice<(Of <<'(T>)>>) |
Slices the specified start.
char[] h = "0123456789abcdef".ToCharArray();
var a = h.Slice(0, 3);
|
![]() ![]() |
ToCollection<(Of <<'(T>)>>) |
To the collection.
|
![]() ![]() |
ToCSV<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Char) |
To the CSV.
|
![]() ![]() |
ToCSV<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
To the CSV.
|
![]() ![]() |
ToDataTable<(Of <<'(T>)>>) |
To the data table.
|
![]() ![]() |
ToHashSet<(Of <<'(T>)>>) |
Converts an IEnumerable to a HashSet
|
![]() ![]() |
ToList<(Of <<'(T>)>>)(IDbCommand) |
To the list.
|
![]() ![]() |
ToList<(Of <<'(T>)>>)(SqlDataReader) |
To the list.
|
![]() ![]() |
ToList<(Of <<'(T>)>>)(SqlDataReader, Boolean) |
To the list.
|
![]() ![]() |
ToMap<(Of <<'(T>)>>)(SqlDataReader) |
To the map.
|
![]() ![]() |
ToMap<(Of <<'(T>)>>)(SqlDataReader, Boolean) |
To the map.
|