Implement this interface if the object can output code to generate it self.

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface ICodeGenerable
Public Interface ICodeGenerable
public interface class ICodeGenerable

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ToCode(ProgrammingLanguage)
Return the code to generate the object itself from the specific language

See Also