Class SetExtensions
Extensions for ISet
public static class SetExtensions
- Inheritance
-
SetExtensions
- Inherited Members
Methods
Sync<Element>(ISet<Element>, IEnumerable<Element>)
Synchronize the hash set with the other set. Return a list of changes. This will mutate the source set.
public static SyncResult<Element> Sync<Element>(this ISet<Element> set, IEnumerable<Element> other)
Parameters
setISet<Element>otherIEnumerable<Element>
Returns
- SyncResult<Element>
Type Parameters
Element