Click or drag to resize

BaseModelDeepCopy Method

Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public Object DeepCopy()

Return Value

Type: Object

[Missing <returns> documentation for "M:Livit.Learn.Model.BaseModel.DeepCopy"]

See Also