IEnumerableExtensions Class |
Namespace: Colygon.MatchPoint.Core.Expressions
public static class IEnumerableExtensions
The IEnumerableExtensions type exposes the following members.
Name | Description | |
---|---|---|
FirstOrDefault | Returns the first item or null. | |
Join(IEnumerable, String) | Returns string built from given source items and separator. | |
Join(IEnumerable, String, String) | Returns string built from given source items and separator. | |
Select(IEnumerable, String, String) | Projects each element of this IEnumerable into a new form defined by the specified selector expression, where varName defines the current item in the expression. | |
Select(IEnumerable, String, String) | Projects each element of this IEnumerable into a new form containing members defined by the memberSelectors expressions (<memberName>: <memberValue>), where varName defines the current item in the expressions. | |
Where | Filters the items in this IEnumerable based on the predicate expression, which has to evaluate to a boolean value, where varName defines the current item in the expression. |