Class EditorLinqUtility
Inheritance
object
EditorLinqUtility
Assembly: solution.dll
Syntax
public static class EditorLinqUtility
Methods
Cancellable<T>(IEnumerable<T>, CancellationToken)
Declaration
public static IEnumerable<T> Cancellable<T>(this IEnumerable<T> source, CancellationToken cancellation)
Parameters
| Type |
Name |
Description |
| IEnumerable<T> |
source |
|
| CancellationToken |
cancellation |
|
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters
Cancellable<T>(IEnumerable<T>, CancellationToken, Action)
Declaration
public static IEnumerable<T> Cancellable<T>(this IEnumerable<T> source, CancellationToken cancellation, Action cancel)
Parameters
| Type |
Name |
Description |
| IEnumerable<T> |
source |
|
| CancellationToken |
cancellation |
|
| Action |
cancel |
|
Returns
| Type |
Description |
| IEnumerable<T> |
|
Type Parameters