Battle_Script_Pro.SuperCommand.SuperCommand C# (CSharp) Method

SuperCommand() public method

public SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
theNumberOfParameters byte
theParameterNames string
return System
        public SuperCommand(byte theNumberOfParameters, string[] theParameterNames)
            : this(theNumberOfParameters)
        {
            paramNames = theParameterNames;
        }

Same methods

SuperCommand::SuperCommand ( byte theNumberOfParameters ) : System
SuperCommand::SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
SuperCommand