Click or drag to resize

CollectionBaseTAdd Method

Adds an object to the end of the list.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public void Add(
	T item
)

Parameters

item
Type: T
The object to be added to the end of the list.
See Also