Click or drag to resize
ConcurrentListT Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonConcurrentListT

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

Type Parameters

T

The ConcurrentListT type exposes the following members.

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