ICodeGenerableToCode Method |
http://www.emgu.com
Return the code to generate the object itself from the specific language
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntaxstring ToCode(
ProgrammingLanguage language
)
Function ToCode (
language As ProgrammingLanguage
) As String
String^ ToCode(
ProgrammingLanguage language
)
abstract ToCode :
language : ProgrammingLanguage -> string
Parameters
- language
- Type: Emgu.TF.Util.TypeEnumProgrammingLanguage
The programming language to output code
Return Value
Type:
StringThe code to generate the object from the specific language
See Also