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

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

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | ToCode(ProgrammingLanguage) |
Return the code to generate the object itself from the specific language
|