Skip to main content

UnaryOperator.Clone() Method

Creates a copy of the current UnaryOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public UnaryOperator Clone()

Returns

Type Description
UnaryOperator

A UnaryOperator object which represents an exact copy of the current object.

See Also