Candy.Updater.CommandLineArgsAttribute.CommandLineArgsAttribute C# (CSharp) Method

CommandLineArgsAttribute() public method

public CommandLineArgsAttribute ( ) : System
return System
        public CommandLineArgsAttribute(params string[] keys)
        {
            Keys = keys.ToArray();
        }
CommandLineArgsAttribute