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