// This file contains auto-generated code. namespace Iesi { namespace Collections { namespace Generic { // Generated from `Iesi.Collections.Generic.LinkedHashSet<>` in `Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4` public class LinkedHashSet : System.Collections.IEnumerable, System.Collections.Generic.ISet, System.Collections.Generic.IEnumerable, System.Collections.Generic.ICollection { void System.Collections.Generic.ICollection.Add(T item) => throw null; public bool Add(T item) => throw null; public void Clear() => throw null; public bool Contains(T item) => throw null; public void CopyTo(T[] array, int arrayIndex) => throw null; public int Count { get => throw null; } public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() => throw null; public void IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; bool System.Collections.Generic.ICollection.IsReadOnly { get => throw null; } public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; public LinkedHashSet(System.Collections.Generic.IEnumerable initialValues) => throw null; public LinkedHashSet() => throw null; public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; public bool Remove(T item) => throw null; public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } // Generated from `Iesi.Collections.Generic.ReadOnlySet<>` in `Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4` public class ReadOnlySet : System.Collections.IEnumerable, System.Collections.Generic.ISet, System.Collections.Generic.IEnumerable, System.Collections.Generic.ICollection { void System.Collections.Generic.ICollection.Add(T item) => throw null; bool System.Collections.Generic.ISet.Add(T item) => throw null; void System.Collections.Generic.ICollection.Clear() => throw null; public bool Contains(T item) => throw null; public void CopyTo(T[] array, int arrayIndex) => throw null; public int Count { get => throw null; } void System.Collections.Generic.ISet.ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; void System.Collections.Generic.ISet.IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsReadOnly { get => throw null; } public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; public ReadOnlySet(System.Collections.Generic.ISet basisSet) => throw null; bool System.Collections.Generic.ICollection.Remove(T item) => throw null; public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; void System.Collections.Generic.ISet.SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; void System.Collections.Generic.ISet.UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } // Generated from `Iesi.Collections.Generic.SynchronizedSet<>` in `Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4` public class SynchronizedSet : System.Collections.IEnumerable, System.Collections.Generic.ISet, System.Collections.Generic.IEnumerable, System.Collections.Generic.ICollection { void System.Collections.Generic.ICollection.Add(T item) => throw null; public bool Add(T item) => throw null; public void Clear() => throw null; public bool Contains(T item) => throw null; public void CopyTo(T[] array, int arrayIndex) => throw null; public int Count { get => throw null; } public void ExceptWith(System.Collections.Generic.IEnumerable other) => throw null; public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; public void IntersectWith(System.Collections.Generic.IEnumerable other) => throw null; public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsReadOnly { get => throw null; } public bool IsSubsetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool IsSupersetOf(System.Collections.Generic.IEnumerable other) => throw null; public bool Overlaps(System.Collections.Generic.IEnumerable other) => throw null; public bool Remove(T item) => throw null; public bool SetEquals(System.Collections.Generic.IEnumerable other) => throw null; public void SymmetricExceptWith(System.Collections.Generic.IEnumerable other) => throw null; public SynchronizedSet(System.Collections.Generic.ISet basisSet) => throw null; public void UnionWith(System.Collections.Generic.IEnumerable other) => throw null; } } } }