[This is preliminary documentation and is subject to change.]
Returns a subset of the supplied collection containing those elements that evaluate to true.
| C# | Visual Basic | Visual C++ |
public TCollection Evaluate( TCollection collection )
Public Function Evaluate ( _ collection As TCollection _ ) As TCollection
public: TCollection Evaluate( TCollection collection )
- collection (TCollection)
- The collection.
The subset of the supplied collection.