Collection<T>.Add(T) Method
Adds the specified element to the end of the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | T | A <T> object to add to the collection. |
Implements
Add(T)
See Also