Click or drag to resize

CircularCollectionTAdd Method

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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