Click or drag to resize

ConcurrentListT Properties

The ConcurrentListT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the list.
Public propertyItem
Gets or sets the element at the specified index.
Protected propertyList
Gets the underlying list object.
Top
See Also