PowerArgs.CommandLineArgumentsDefinition.CommandLineArgumentsDefinition C# (CSharp) Method

CommandLineArgumentsDefinition() public method

Creates an empty command line arguments definition.
public CommandLineArgumentsDefinition ( ) : System
return System
        public CommandLineArgumentsDefinition()
        {
            PropertyInitializer.InitializeFields(this, 1);
            overrides = new AttrOverride(GetType());
        }

Same methods

CommandLineArgumentsDefinition::CommandLineArgumentsDefinition ( Type t ) : System