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.CompilerAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax 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