Common.StartupArgs.StartupArgs C# (CSharp) 메소드

StartupArgs() 보호된 메소드

protected StartupArgs ( bool useKey = true, bool useMinOptionsCount = true ) : Common.System
useKey bool
useMinOptionsCount bool
리턴 Common.System
        protected StartupArgs(bool useKey = true, bool useMinOptionsCount = true)
        {
            this.useKey = useKey;
            this.useMinOptionsCount = useMinOptionsCount;
        }