System.CodeDom.Compiler.GeneratedCodeAttribute.GeneratedCodeAttribute C# (CSharp) Méthode

GeneratedCodeAttribute() public méthode

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