Click or drag to resize

bagOfWordsClone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new object that is a copy of the current instance.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public Object Clone()
Request Example View Source

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also