Table of Contents

Class SetExtensions

Namespace
CriusNyx.Util
Assembly
CriusNyxUtil.dll

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

set ISet<Element>
other IEnumerable<Element>

Returns

SyncResult<Element>

Type Parameters

Element