Skip to main content

ASPxRichEditAutoCorrectReplaceInfoCollection.Assign(IAssignableCollection) Method

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override 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.

See Also