Click or drag to resize

ObservableSetTAdd Method

Adds an element to the current set and returns a value to indicate if the element was successfully added.

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

Parameters

item
Type: T
The element to add to the set.

Return Value

Type: Boolean
true if the element is added to the set; false if the element is already in the set.

Implements

ISetTAdd(T)
See Also