
Returns a subset of the collection based on a condition.
public sealed IEnumerable<IField> Where(Func<IField,Boolean> predicate)
Return Value
A set of items satisfying the condition.
Parameters
predicate
The condition to use.
Returns a subset of the collection based on a condition.
public sealed IEnumerable<IField> Where(Func<IField,Boolean> predicate)
A set of items satisfying the condition.
predicate
The condition to use.