Skip to main content
A newer version of this page is available. .
Tab

Collection.Assign(IAssignableCollection) Method

Copies the items from the specified IAssignableCollection-supported object to the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void Assign(
    IAssignableCollection source
)

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