first Class |
Namespace: WhetStone.Looping
public static class first
| Name | Description | |
|---|---|---|
| FirstOrDefaultT(IEnumerableT, T) |
Get the IEnumerableT's first value or a default value.
| |
| FirstOrDefaultT(IEnumerableT, FuncT, Boolean, T) |
Get the IEnumerableT's first value to fulfill a condition or a default value.
| |
| FirstOrDefaultT(IEnumerableT, FuncT, Boolean, Boolean, T) |
Get the IEnumerableT's first value to fulfill a condition or a default value.
|