HashSetExtensions
Static Class in Zigurous.Architecture
Declaration
public static class HashSetExtensions
Description
Extension methods for hash sets.
Extension Methods
First<T> | Returns the first element in the set that satisifies a predicate. |
ForEach<T> | Invokes an action on each element in the set. The element is passed as a parameter. |
IsAny<T> | Checks if any element in the set satisfies a predicate. |
IsEach<T> | Checks if each element in the set satisfies a predicate. |