PowerArgs.CommandLineArgumentsDefinitionFactory.MakeDefinition C# (CSharp) Method

MakeDefinition() public method

Creates a definition from a base using the provided Func
public MakeDefinition ( CommandLineArgumentsDefinition other ) : CommandLineArgumentsDefinition
other CommandLineArgumentsDefinition the base definition
return CommandLineArgumentsDefinition
        public CommandLineArgumentsDefinition MakeDefinition(CommandLineArgumentsDefinition other)
        {
            return fromOtherImpl(other);
        }

Same methods

CommandLineArgumentsDefinitionFactory::MakeDefinition ( ) : CommandLineArgumentsDefinition