Click or drag to resize

CircularCollectionTAdd Method

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public T Add(
	T item
)

Parameters

item
Type: T
The object to add to the ICollectionT.

Return Value

Type: T
The item that was removed, or the default value.
See Also