public interface ISelector<in T> : ICloneable
Public Interface ISelector(Of In T)
Inherits ICloneable
generic<typename T>
public interface class ISelector : ICloneable
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |
Match | Match the passed in object, returning true if it would be selected by this selector, false otherwise. |