Skip to main content

ExpandoDictionaryObject.CopyTo(ExpandoDictionaryObject) Method

Copies all properties from the current object to the specified object.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public void CopyTo(
    ExpandoDictionaryObject target
)

Parameters

Name Type Description
target ExpandoDictionaryObject

The object to which the current object should copy its properties.

See Also