Click or drag to resize
GeneratedCodeAttribute Constructor
Initializes a new instance of the System.CodeDom.Compiler.GeneratedCodeAttribute class specifying the name and version of the tool that generated the code.

Namespace: System.CodeDom.Compiler
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public GeneratedCodeAttribute(
	string tool,
	string version
)

Parameters

tool
Type: SystemString
The name of the tool that generated the code.
version
Type: SystemString
The version of the tool that generated the code.
See Also