Return the code to generate the object itself from the specific language

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++ 
string ToCode(
	ProgrammingLanguage language
)
Function ToCode ( _
	language As ProgrammingLanguage _
) As String
String^ ToCode(
	ProgrammingLanguage language
)

Parameters

language
ProgrammingLanguage
The programming language to output code

Return Value

The code to generate the object from the specific language

See Also