| QueryableExWhile Method |
| Name | Description | |
|---|---|---|
| WhileTResult(FuncBoolean, IEnumerableTResult) | ||
| WhileTResult(IQueryProvider, ExpressionFuncBoolean, IEnumerableTResult) |
Generates an enumerable sequence by repeating a source sequence as long as the given loop condition holds.
|