Click or drag to resize

ILearn Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Has ability to copy values of source properties.

Namespace:  imbACE.Core.interfaces
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public interface ILearn
Request Example View Source

The ILearn type exposes the following members.

Methods
  NameDescription
Public methodLearn
In default implementation learns all public properties from the specified source.
Top
Remarks
Unlike IClonable it keep all references to this object untouched.
See Also