Click or drag to resize
FluentIteratorItemCollectionMatch Method
Matches an BucketItem for a predicate.

Namespace:  Intuit.Ipp.LinqExtender.Fluent
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public FluentIteratorItemCollection Match(
	Predicate<BucketItem> m
)

Parameters

m
Type: SystemPredicateBucketItem

Return Value

Type: FluentIteratorItemCollection

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Fluent.FluentIterator.ItemCollection.Match(System.Predicate{Intuit.Ipp.LinqExtender.BucketItem})"]

See Also