Skip to main content

FunctionOperator.Clone() Method

In This Article

Initializes a new FunctionOperator instance that is a copy of the current instance.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
public FunctionOperator Clone()

#Returns

Type Description
FunctionOperator

The copy of the current instance.

See Also