IStoreTEnumerateMatches Method

Enumerate the (possibly empty) collection of objects matched by the given selector.

Definition

Namespace: Org.BouncyCastle.Utilities.Collections
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
IEnumerable<T> EnumerateMatches(
	ISelector<T> selector
)

Parameters

selector  ISelectorT
The ISelectorT used to select matching objects.

Return Value

IEnumerableT
An IEnumerableT of the matching objects.

See Also