Click or drag to resize
ConcurrentHashSetT Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonConcurrentHashSetT

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class ConcurrentHashSet<T> : IEnumerable<T>, 
	IEnumerable

Type Parameters

T

The ConcurrentHashSetT type exposes the following members.

Constructors
  NameDescription
Public methodConcurrentHashSetT
Initializes a new instance of the ConcurrentHashSetT class
Top
Methods
  NameDescription
Public methodClear
Public methodContains
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodTryAdd
Public methodTryRemove
Top
Extension Methods
Properties
  NameDescription
Public propertyCount
Top
See Also