Delegate EnumerableFilter<T>
Namespace: Unity.UIWidgets.foundation
Syntax
public delegate IEnumerable<T> EnumerableFilter<T>(IEnumerable<T> input);
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | input |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |