PowerArgs.CommandLineAction.CommandLineAction C# (CSharp) Метод

CommandLineAction() приватный Метод

private CommandLineAction ( ) : System
Результат 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