The following tables list the members exposed by Generic ThreadSafeList.
| Name | Description | |
|---|---|---|
| ThreadSafeList Constructor | Initializes a new instance of the Generic ThreadSafeList class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the Generic ICollection. |
| IsReadOnly | Gets a value indicating whether the Generic ICollection is read-only. |
| Item | Gets or sets the Generic IList at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Adds an item to the Generic ICollection. |
| Clear | Removes all items from the Generic ICollection. |
| Contains | Determines whether the Generic ICollection contains a specific value. |
| CopyTo | Copies the elements of the Generic ICollection to an Array, starting at a particular Array index. |
| GetEnumerator | Returns an enumerator that iterates through the collection. |
| IndexOf | Determines the index of a specific item in the Generic IList. |
| Insert | Inserts an item to the Generic IList at the specified index. |
| Remove | Removes the first occurrence of a specific object from the Generic ICollection. |
| RemoveAt | Removes the Generic IList item at the specified index. |