UniqueTypeList<T>.Add(T) Method
Adds an item to the list.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The item to add to the list. |
Implements
Add(T)
See Also