ISelectorT Interface

Interface for matching objects in an IStoreT.

Definition

Namespace: Org.BouncyCastle.Utilities.Collections
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface ISelector<in T> : ICloneable
Implements
ICloneable

Type Parameters

T
The contravariant type of selectable objects.

Methods

CloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
MatchMatch the passed in object, returning true if it would be selected by this selector, false otherwise.

See Also