public static void CollectMatches<T>(
ICollection<T> matches,
ISelector<T> selector,
IEnumerable<IStore<T>> stores
)
Public Shared Sub CollectMatches(Of T) (
matches As ICollection(Of T),
selector As ISelector(Of T),
stores As IEnumerable(Of IStore(Of T))
)
public:
generic<typename T>
static void CollectMatches(
ICollection<T>^ matches,
ISelector<T>^ selector,
IEnumerable<IStore<T>^>^ stores
)