Click or drag to resize

ConcurrentListTAdd Method

Adds an object to the end of the list.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void Add(
	T item
)

Parameters

item
Type: T
The object to be added to the end of the list. The value can be null for reference types.

Implements

ICollectionTAdd(T)
See Also