System.CodeDom.Compiler.GeneratedCodeAttribute.GeneratedCodeAttribute C# (CSharp) Method

GeneratedCodeAttribute() public method

public GeneratedCodeAttribute ( string tool, string version )
tool string
version string
        public GeneratedCodeAttribute(string tool, string version) {
            this.tool = tool;
            this.version = version;
        }
GeneratedCodeAttribute