| Namespace: | Sirenix.Utilities |
| Assembly: | Sirenix.Utilities |
public class ImmutableHashSet<T> : IEnumerable<T>, IEnumerable
public ImmutableHashSet(HashSet<T> hashSet)
| System.Collections.Generic.HashSet<T> | hashSet |
true if the item is contained in the list.
public bool Contains(T item)
| T | item | The item's value. |
| System.Boolean |
public IEnumerator<T> GetEnumerator()
| System.Collections.Generic.IEnumerator<T> |