EnumerableExtensions Methods |
The EnumerableExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ForEachT | Perform an action on a enumerable of items. | |
| IndexOfT(IEnumerableT, T) | Return the index of an item, or -1 if not found. | |
| IndexOfT(IEnumerableT, T, IEqualityComparerT) | Return the index of an item, or -1 if not found. | |
| Join(IEnumerableString, String) | Combine a enumerable of strings separated by a delimiter. | |
| Join(IEnumerableString, StringBuilder, String) | Combine a enumerable of strings separated by a delimiter and append them to a StringBuilder. | |
| LogT | Log all the items in enumerable to the Console. | |
| OneT | Return just the one item specified. | |
| WithIndexT | Allows to traverse over an enumerable along with the indices of items. |