Collection.Assign(IAssignableCollection) Method
Copies the items from the specified IAssignableCollection-supported object to the current object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | DevExpress.Utils.IAssignableCollection | An IAssignableCollection-supported object whose items are assigned to the current object. |
Remarks
The Assign method copies items of the IAssignableCollection-supported object passed as a parameter to the current object. This allows you to have two collections with identical items.
Implements
DevExpress.Utils.IAssignableCollection.Assign(DevExpress.Utils.IAssignableCollection)
See Also