http://www.emgu.com
Implement this interface if the object can output code to generate it self.
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntaxpublic interface ICodeGenerable
Public Interface ICodeGenerable
public interface class ICodeGenerable
type ICodeGenerable = interface end
The ICodeGenerable type exposes the following members.
Methods
| Name | Description |
---|
 | ToCode |
Return the code to generate the object itself from the specific language
|
Top
See Also