ConcurrentHashSet.
public class ConcurrentHashSet<T> : IEnumerable<T>, IEnumerable, IDisposable
CountSummary: Gets the count.
void Clear()Summary: Clears this instance.
bool Contains(T item)Summary: Determines whether [contains] [the specified item].
Parameters:
item
- The item.Returns:
true
if [contains] [the specified item]; otherwise,false
.
void Dispose()
T FirstOrDefault(Func<T, bool> predicate)Summary: Firsts the or default.
Parameters:
predicate
- The predicate.
IEnumerator<T> GetEnumerator()
bool TryAdd(T item)Summary: Tries the add.
Parameters:
item
- The item.
bool TryRemove(T item)Summary: Tries the remove.
Parameters:
item
- The item.
Generated by MarkdownCodeDoc version 1.2