Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Apply(IEnumerable<T>)

Applies the filtering on an IEnumerable data set.
Read time 1 minuteLast updated 11 days ago

Definition

public override IEnumerable<T> Apply(IEnumerable<T> data)

Parameters

The data to filter.

Returns

Type

Description

IEnumerable<T>A filtered IEnumerable.

Remarks

See QueryEngine for a complete example.