PowerArgs.CommandLineArgumentsDefinitionFactory.MakeDefinition C# (CSharp) Method

MakeDefinition() public method

Creates a definition using the provided Func
public MakeDefinition ( ) : CommandLineArgumentsDefinition
return CommandLineArgumentsDefinition
        public CommandLineArgumentsDefinition MakeDefinition()
        {
            return fromNothingImpl();
        }

Same methods

CommandLineArgumentsDefinitionFactory::MakeDefinition ( CommandLineArgumentsDefinition other ) : CommandLineArgumentsDefinition