http://www.emgu.com
Implement this interface if the object can output code to generate it self.
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
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