PowerArgs.ArgCopyright.ArgCopyright C# (CSharp) Method

ArgCopyright() public method

Creates a new ArgCopyright attribute.
public ArgCopyright ( string value ) : System
value string The copyright value
return System
        public ArgCopyright(string value)
        {
            this.Value = value;
        }
ArgCopyright