In This Topic
Creates a new
Filter object that is a copy of the current instance.
Syntax
'Declaration
Public MustOverride Function Clone() As Filter
'Usage
Dim instance As Filter
Dim value As Filter
value = instance.Clone()
public abstract Filter Clone()
Return Value
A new
Filter object that is a copy of this instance.
See Also