Common.StartupArgs.StartupArgs C# (CSharp) Method

StartupArgs() protected method

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