ExpandoDictionaryObject.CopyTo(ExpandoDictionaryObject) Method
Copies all properties from the current object to the specified object.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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