PowerArgs.CommandLineAction.CommandLineAction C# (CSharp) Method

CommandLineAction() private method

private CommandLineAction ( ) : System
return System
        internal CommandLineAction()
        {
            overrides = new AttrOverride(GetType());
            Aliases = new AliasCollection(() => { return Metadata.Metas<ArgShortcut>(); }, () => { return IgnoreCase; },stripLeadingArgInticatorsOnAttributeValues: false);
            PropertyInitializer.InitializeFields(this, 1);
            IgnoreCase = true;
        }

Same methods

CommandLineAction::CommandLineAction ( Action actionHandler ) : System