ConcurrentListTAdd Method |
Adds an object to the end of the list.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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