Candy.Updater.CommandLineArgsAttribute.CommandLineArgsAttribute C# (CSharp) 메소드

CommandLineArgsAttribute() 공개 메소드

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